Commit 66b2087d authored by 陈帅's avatar 陈帅

fix tslint

parent 19596a22
export interface itag { export interface ITag {
name: string; name: string;
value: string; value: string;
type: string; type: string;
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/classnames": "^2.2.7", "@types/classnames": "^2.2.7",
"@types/numeral": "^0.0.25",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"check-prettier": "^1.0.3", "check-prettier": "^1.0.3",
"glob": "^7.1.3", "glob": "^7.1.3",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment