Add eslint-plugin-jasmine
This commit is contained in:
parent
af57444405
commit
8a948ccc0d
3 changed files with 15 additions and 11 deletions
|
|
@ -1,16 +1,13 @@
|
|||
{
|
||||
"root": true,
|
||||
"extends": [
|
||||
"../../../.eslintrc.json"
|
||||
"env": {
|
||||
"jasmine": true
|
||||
},
|
||||
"plugins": [
|
||||
"jasmine"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"files": [
|
||||
"**/*.spec.js"
|
||||
],
|
||||
"env": {
|
||||
"jasmine": true
|
||||
}
|
||||
}
|
||||
"extends": [
|
||||
"../../../.eslintrc.json",
|
||||
"plugin:jasmine/recommended"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -4048,6 +4048,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"eslint-plugin-jasmine": {
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jasmine/-/eslint-plugin-jasmine-4.1.1.tgz",
|
||||
"integrity": "sha512-uS7kvt7RPUB/gLDwhJ/Ax0APrmkj7In8VJWkiZLYHafz2Ix74mMRJx82YZZ3zHRa/YOuTL+ig6dW/aKwdNzUuw==",
|
||||
"dev": true
|
||||
},
|
||||
"eslint-plugin-unicorn": {
|
||||
"version": "23.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-23.0.0.tgz",
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@
|
|||
"eslint": "^7.14.0",
|
||||
"eslint-config-xo": "^0.33.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jasmine": "^4.1.1",
|
||||
"eslint-plugin-unicorn": "^23.0.0",
|
||||
"find-unused-sass-variables": "^3.0.0",
|
||||
"glob": "^7.1.6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue