mirror of
https://github.com/LanceGin/jsotp.git
synced 2026-04-17 00:01:31 +08:00
add: eslint with airbnb standard
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
"extends": "airbnb-base"
|
||||
};
|
||||
Generated
+4005
File diff suppressed because it is too large
Load Diff
@@ -33,6 +33,9 @@
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-stage-0": "^6.24.1",
|
||||
"eslint": "^4.6.0",
|
||||
"eslint-config-airbnb-base": "^12.0.0",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"mocha": "^3.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user