Skip to content

Commit cb74897

Browse files
committed
1 parent b2deb0e commit cb74897

File tree

225 files changed

+52371
-2249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+52371
-2249
lines changed

.eslintrc.js

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
module.exports = {
2+
"env": {
3+
"browser": true,
4+
"jquery": true,
5+
"es6": true
6+
},
7+
"extends": "eslint:recommended",
8+
"parserOptions": {
9+
"ecmaVersion": 6
10+
},
11+
"rules": {
12+
"no-unused-vars": ["error", { "vars": "local" }]
13+
}
14+
}

0 commit comments

Comments
 (0)