8000 Merge pull request #3718 from wenzhixin/es6 · pythonAI/bootstrap-table@088dd82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 088dd82

Browse files
authored
Merge pull request wenzhixin#3718 from wenzhixin/es6
feature/es6
2 parents bb8e32d + 196a480 commit 088dd82

File tree

4 files changed

+3246
-3322
lines changed

4 files changed

+3246
-3322
lines changed

.eslintrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
"extends": "standard",
3+
"globals": {
4+
"jQuery": true,
5+
"$": true
6+
}
7+
};

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
},
99
"devDependencies": {
1010
"cz-conventional-changelog": "^1.1.5" 8000 ,
11+
"eslint": "^4.19.1",
12+
"eslint-config-standard": "^11.0.0",
13+
"eslint-plugin-import": "^2.9.0",
14+
"eslint-plugin-node": "^6.0.1",
15+
"eslint-plugin-promise": "^3.7.0",
16+
"eslint-plugin-standard": "^3.0.1",
1117
"grunt": "^0.4.5",
1218
"grunt-cli": "^1.2.0",
1319
"grunt-contrib-clean": "^0.6.0",
@@ -21,7 +27,8 @@
2127
},
2228
"scripts": {
2329
"grunt": "grunt",
24-
"postinstall": "opencollective postinstall || exit 0"
30+
"postinstall": "opencollective postinstall || exit 0",
31+
"lint": "eslint src/bootstrap-table.js src/extensions/export/bootstrap-table-export.js"
2532
},
2633
"repository": {
2734
"type": "git",

0 commit comments

Comments
 (0)
0