Skip to content

Commit 05870df

Browse files
committed
Tests: Update ESLint & the jQuery fixture
1 parent f5b4181 commit 05870df

File tree

3 files changed

+3077
-1603
lines changed

3 files changed

+3077
-1603
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"author": "Gaidarenko Oleg <markelog@gmail.com>",
2727
"license": "MIT",
2828
"devDependencies": {
29-
"eslint": "^3.0.1"
29+
"eslint": "^6.8.0"
3030
}
3131
}

test/fixtures/.eslintrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
globals:
2-
define: true
32
window: true
3+
define: true
44
module: true
5+
Symbol: false
56

67
extends: ../../.eslintrc.json
78

@@ -10,5 +11,6 @@ root: true
1011
rules:
1112
// For the built version
1213
// TODO: do not use the built version to check the code
13-
lines-around-comment: "off"
1414
no-multiple-empty-lines: "off"
15+
max-len: "off"
16+
one-var: "off"

0 commit comments

Comments
 (0)