This website works better with JavaScript
Home
Explore
Help
Register
Sign In
xuyiping
/
kpt-pasture
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
style: eslint code
xiaoxian521
3 years ago
parent
b458a942c9
commit
2c28f11baa
2 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
1
0
.eslintignore
1
1
.eslintrc.js
+ 1
- 0
.eslintignore
View File
@@ -1,3 +1,4 @@
public
dist
*.d.ts
+package.json
+ 1
- 1
.eslintrc.js
View File
@@ -43,4 +43,4 @@ module.exports = {
}
]
}
-}
+}
;