We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b4181 commit 05870dfCopy full SHA for 05870df
package.json
@@ -26,6 +26,6 @@
26
"author": "Gaidarenko Oleg <markelog@gmail.com>",
27
"license": "MIT",
28
"devDependencies": {
29
- "eslint": "^3.0.1"
+ "eslint": "^6.8.0"
30
}
31
test/fixtures/.eslintrc
@@ -1,7 +1,8 @@
1
globals:
2
- define: true
3
window: true
+ define: true
4
module: true
5
+ Symbol: false
6
7
extends: ../../.eslintrc.json
8
@@ -10,5 +11,6 @@ root: true
10
11
rules:
12
// For the built version
13
// TODO: do not use the built version to check the code
- lines-around-comment: "off"
14
no-multiple-empty-lines: "off"
15
+ max-len: "off"
16
+ one-var: "off"
0 commit comments