forked from lydell/eslint-plugin-simple-import-sort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 837 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"private": true,
"type": "commonjs",
"scripts": {
"doctoc": "doctoc README.md",
"prettier": "prettier --write .",
"eslint": "eslint . --fix",
"eslint:examples": "eslint --rulesdir src --no-ignore --fix-dry-run --format json --report-unused-disable-directives examples --ext .js,.ts,.vue,.md",
"test": "prettier --check . && eslint . && node build.js && jest --coverage"
},
"devDependencies": {
"@typescript-eslint/parser": "3.1.0",
"babel-eslint": "10.1.0",
"cross-spawn": "7.0.3",
"doctoc": "1.4.0",
"eslint": "7.2.0",
"eslint-config-lydell": "14.0.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jest": "23.13.2",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-vue": "6.2.2",
"jest": "26.0.1",
"prettier": "2.0.5",
"typescript": "3.9.5"
}
}