File tree Expand file tree Collapse file tree 3 files changed +25
-24
lines changed
Expand file tree Collapse file tree 3 files changed +25
-24
lines changed Original file line number Diff line number Diff line change 1+ js /dataTables.checkboxes.min.js
Original file line number Diff line number Diff line change 1+ {
2+ "env": {
3+ "browser": true
4+ },
5+ "extends": "eslint:recommended",
6+ "rules": {
7+ "indent": [
8+ "error",
9+ 3
10+ ],
11+ "linebreak-style": [
12+ "error",
13+ "windows"
14+ ],
15+ "quotes": [
16+ "error",
17+ "single"
18+ ],
19+ "semi": [
20+ "error",
21+ "always"
22+ ]
23+ }
24+ }
Original file line number Diff line number Diff line change 2424 "repository" : {
2525 "type" : " git" ,
2626 "url" : " https://github.com/gyrocode/jquery-datatables-checkboxes.git"
27- },
28- "eslintConfig" : {
29- "env" : {
30- "browser" : true
31- },
32- "extends" : " eslint:recommended" ,
33- "rules" : {
34- "indent" : [
35- " error" ,
36- 3
37- ],
38- "linebreak-style" : [
39- " error" ,
40- " windows"
41- ],
42- "quotes" : [
43- " error" ,
44- " single"
45- ],
46- "semi" : [
47- " error" ,
48- " always"
49- ]
50- }
5127 }
5228}
You can’t perform that action at this time.
0 commit comments