Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f81b4a

Browse files
fisenkodvmgechev
authored andcommitted
Fix spelling (mgechev#154)
Fix eslint errorsRemove duplicates in eslintrc
1 parent4ad78b3 commit5f81b4a

File tree

10 files changed

+4803
-28
lines changed

10 files changed

+4803
-28
lines changed

‎.eslintrc.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"env": {
33
"browser":true,
44
"jquery":true,
5-
"node":true
5+
"node":true,
6+
"es6":true
67
},
78
"globals": {
89
"expect":true,
@@ -15,9 +16,7 @@
1516
"ecmaVersion":6
1617
},
1718
"rules": {
18-
1919
"camelcase":2,
20-
"curly":2,
2120
"eqeqeq":2,
2221
"indent": [
2322
2,
@@ -72,8 +71,6 @@
7271
2,
7372
5
7473
],
75-
76-
7774
"curly": [
7875
2,
7976
"all"
@@ -132,13 +129,6 @@
132129
}
133130
],
134131
"eol-last":2,
135-
"no-trailing-spaces":2,
136-
"indent": [
137-
2,
138-
2,
139-
{
140-
"SwitchCase":1
141-
}
142-
]
132+
"no-trailing-spaces":2
143133
}
144134
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp