-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.13 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@webpack-contrib/eslint-config-webpack",
"version": "3.0.0",
"author": "Joshua Wiens (https://twitter.com/@d3viant0ne)",
"license": "MIT",
"description": "Provides Webpacks's .eslintrc as an extensible shared config",
"main": "index.js",
"files": [
"index.js",
"rules"
],
"scripts": {
"config": "editorconfig-tools check * rules/* test/*",
"lint": "eslint rules/* test/*",
"release": "standard-version"
},
"devDependencies": {
"editorconfig-tools": "^0.1.1",
"eslint": "^5.6.0",
"eslint-find-rules": "^4.1.0",
"eslint-plugin-import": "^2.23.2",
"standard-version": "^9.3.0"
},
"peerDependencies": {
"eslint": ">= 5.0.0"
},
"engines": {
"node": ">= 6.9.0 || >= 8.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/eslint-config-webpack.git"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"webpack",
"javascirpt"
],
"bugs": {
"url": "https://github.com/webpack-contrib/eslint-config-webpack/issues"
},
"homepage": "https://github.com/webpack-contrib/eslint-config-webpack#readme"
}