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 d24a574 commit 487b4f9Copy full SHA for 487b4f9
.eslintignore
@@ -1 +1,2 @@
1
**/*{.,-}min.js
2
+src/plugins/jquery.ajax.js
.eslintrc.yml
@@ -0,0 +1,18 @@
+env:
+ browser: true
3
+ commonjs: true
4
+ node: true
5
+extends: 'eslint:recommended'
6
+rules:
7
+ indent:
8
+ - error
9
+ - 4
10
+ linebreak-style:
11
12
+ - windows
13
+ quotes:
14
15
+ - single
16
+ semi:
17
18
+ - always
0 commit comments