mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-01 19:54:46 +00:00
Install chai-expect and chai-friendly eslint plugins
This commit is contained in:
parent
be7c38dc4b
commit
45e7482335
2 changed files with 14 additions and 0 deletions
12
services/web/npm-shrinkwrap.json
generated
12
services/web/npm-shrinkwrap.json
generated
|
@ -2981,6 +2981,18 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"eslint-plugin-chai-expect": {
|
||||
"version": "1.1.1",
|
||||
"from": "eslint-plugin-chai-expect@latest",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-chai-expect/-/eslint-plugin-chai-expect-1.1.1.tgz",
|
||||
"dev": true
|
||||
},
|
||||
"eslint-plugin-chai-friendly": {
|
||||
"version": "0.4.1",
|
||||
"from": "eslint-plugin-chai-friendly@latest",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-0.4.1.tgz",
|
||||
"dev": true
|
||||
},
|
||||
"eslint-plugin-import": {
|
||||
"version": "2.9.0",
|
||||
"from": "eslint-plugin-import@>=2.9.0 <3.0.0",
|
||||
|
|
|
@ -102,6 +102,8 @@
|
|||
"eslint": "^4.18.1",
|
||||
"eslint-config-standard": "^11.0.0",
|
||||
"eslint-loader": "^1.9.0",
|
||||
"eslint-plugin-chai-expect": "^1.1.1",
|
||||
"eslint-plugin-chai-friendly": "^0.4.1",
|
||||
"eslint-plugin-import": "^2.9.0",
|
||||
"eslint-plugin-node": "^6.0.0",
|
||||
"eslint-plugin-promise": "^3.6.0",
|
||||
|
|
Loading…
Reference in a new issue