mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-03 13:59:12 +08:00
fix(dev): Tiny script that allows you to install eslint packages into main node_modules folder (for Atom)
This commit is contained in:
parent
5ff0dcc94c
commit
5107bc06de
1 changed files with 2 additions and 1 deletions
|
@ -81,6 +81,7 @@
|
|||
},
|
||||
"packageDependencies": {},
|
||||
"scripts": {
|
||||
"test": "./N1.sh --test"
|
||||
"test": "./N1.sh --test",
|
||||
"install-eslint-packages": "mv ./node_modules/sqlite3 ./sqlite3; npm install eslint@2.9.0 eslint-config-airbnb@8.0.0 eslint-plugin-import@1.7.0 eslint-plugin-jsx-a11y@1.0.4 eslint-plugin-react@5.0.1 babel-eslint@6.0.4; mv ./sqlite3 ./node_modules/sqlite3;"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue