-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 1004 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
{
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pretty:python": "black . && isort .",
"pretty:css": "npx stylelint --fix --ignore-path .ignore '**/*.{vue,htm,html,css,sss,less,scss,sass,mak,jinja2}'",
"pretty:js": "npx prettier --ignore-path '.ignore' --write '**/*.js'",
"pretty:bash": "shfmt -l -w -i 4 -bn -sr -ci $(shfmt -f . | grep -v node_modules/)",
"pretty:others": "npx prettier --ignore-path '.ignore' --write '**/*.{md,yml,yaml,json}'",
"lint:bash": "git ls-files -c -o --exclude-from=.ignore '**.sh' | xargs shellcheck"
},
"devDependencies": {
"eclint": "2.8.1",
"eslint": "4.18.1",
"eslint-plugin-backbone": "2.1.1",
"htmllint": "0.7.2",
"js-beautify": "1.10.0",
"prettier": "1.18.2",
"stylelint": "10.1.0",
"stylelint-config-standard": "18.3.0",
"stylelint-order": "3.0.0"
},
"dependencies": {}
}