mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Add eslint deps
This commit is contained in:
parent
12b48343cb
commit
baa49f73c8
@ -9,7 +9,7 @@
|
||||
"url": "https://github.com/jupyter/notebook.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint" : "eslint --quiet notebook/",
|
||||
"lint": "eslint --quiet notebook/",
|
||||
"bower": "bower install --allow-root --config.interactive=false",
|
||||
"build:watch": "concurrent \"npm run build:css:watch\" \"npm run build:js:watch\"",
|
||||
"build": "npm run build:css && npm run build:js",
|
||||
@ -25,6 +25,7 @@
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"bower": "*",
|
||||
"concurrently": "^1.0.0",
|
||||
"eslint": "^2.8.0",
|
||||
"less": "~2",
|
||||
"requirejs": "^2.1.17",
|
||||
"underscore": "^1.8.3",
|
||||
|
Loading…
Reference in New Issue
Block a user