mirror of
https://github.com/LanceGin/jsotp.git
synced 2026-01-26 00:00:18 +08:00
add: eslint with airbnb standard
This commit is contained in:
3
.eslintrc.js
Normal file
3
.eslintrc.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
"extends": "airbnb-base"
|
||||
};
|
||||
4005
package-lock.json
generated
Normal file
4005
package-lock.json
generated
Normal file
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