forked from dry-python/dry-python.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 710 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "dry-python-dev",
"author": "Artem Malyshev",
"private": true,
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.0",
"javascript-typescript-langserver": "^2.11.3",
"pug-lint": "^2.6.0",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"vscode-css-languageserver-bin": "^1.4.0",
"vscode-html-languageserver-bin": "^1.4.0"
},
"scripts": {
"lint:js": "eslint --ext .js --ignore-path .gitignore .",
"lint:css": "stylelint --ignore-path .gitignore '**/*.css'",
"lint:pug": "pug-lint **/*.pug"
}
}