|
1 | 1 | {
|
2 | 2 | "name": "eslint-config-atomic",
|
3 | 3 | "version": "1.15.0",
|
| 4 | + "description": "Eslint config used in atom-ide-community", |
| 5 | + "repository": "https://github.com/atom-ide-community/eslint-config-atomic", |
| 6 | + "license": "MIT", |
4 | 7 | "author": "Amin Yahyaabadi",
|
5 | 8 | "main": "index.js",
|
6 |
| - "react": "react.js", |
7 |
| - "strict": "strict.js", |
8 |
| - "strict-react": "strict-react.js", |
9 | 9 | "files": [
|
10 | 10 | "src",
|
11 | 11 | "*.js"
|
12 | 12 | ],
|
13 |
| - "description": "Eslint config used in atom-ide-community", |
14 |
| - "keywords": [ |
15 |
| - "eslint", |
16 |
| - "config", |
17 |
| - "atomic", |
18 |
| - "plugin", |
19 |
| - "lint", |
20 |
| - "prettier" |
21 |
| - ], |
22 |
| - "repository": "https://github.com/atom-ide-community/eslint-config-atomic", |
23 |
| - "license": "MIT", |
24 |
| - "prettier": "prettier-config-atomic", |
25 | 13 | "scripts": {
|
| 14 | + "bump": "ncu -u -x coffeescript", |
| 15 | + "clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js", |
26 | 16 | "format": "prettier --write .",
|
27 |
| - "test.format": "prettier . --check", |
28 | 17 | "lint": "eslint . --ignore-pattern spec/fixtures/** --fix",
|
29 |
| - "test.lint": "eslint . --ignore-pattern spec/fixtures/**", |
30 | 18 | "test": "node ./spec/test.js",
|
31 |
| - "clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js", |
32 |
| - "bump": "ncu -u -x coffeescript" |
| 19 | + "test.format": "prettier . --check", |
| 20 | + "test.lint": "eslint . --ignore-pattern spec/fixtures/**" |
33 | 21 | },
|
| 22 | + "prettier": "prettier-config-atomic", |
34 | 23 | "dependencies": {
|
35 | 24 | "@babel/core": "^7",
|
36 |
| - "@babel/eslint-parser": "^7.15.7", |
| 25 | + "@babel/eslint-parser": "^7.15.8", |
37 | 26 | "@babel/plugin-syntax-flow": "^7.14.5",
|
38 | 27 | "@babel/plugin-syntax-jsx": "^7.14.5",
|
39 |
| - "@typescript-eslint/eslint-plugin": "^4.31.2", |
40 |
| - "@typescript-eslint/parser": "^4.31.2", |
| 28 | + "@typescript-eslint/eslint-plugin": "^5.1.0", |
| 29 | + "@typescript-eslint/parser": "^5.1.0", |
41 | 30 | "coffeescript": "^1",
|
42 | 31 | "eslint": "^7",
|
43 | 32 | "eslint-config-prettier": "^8.3.0",
|
44 | 33 | "eslint-plugin-coffee": "^0.1.15",
|
45 | 34 | "eslint-plugin-html": "^6.2.0",
|
46 |
| - "eslint-plugin-import": "^2.24.2", |
| 35 | + "eslint-plugin-import": "^2.25.2", |
47 | 36 | "eslint-plugin-json": "^3.1.0",
|
48 | 37 | "eslint-plugin-node": "^11.1.0",
|
49 | 38 | "eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
|
50 | 39 | "eslint-plugin-optimize-regex": "^1.2.1",
|
51 |
| - "eslint-plugin-react": "^7.26.0", |
| 40 | + "eslint-plugin-react": "^7.26.1", |
52 | 41 | "eslint-plugin-yaml": "^0.5.0",
|
53 | 42 | "prettier": "^2",
|
| 43 | + "read-pkg-up": "^7", |
54 | 44 | "typescript": "^4"
|
55 | 45 | },
|
56 |
| - "peerDependencies": { |
57 |
| - "eslint": ">=7" |
58 |
| - }, |
59 | 46 | "devDependencies": {
|
60 | 47 | "eslint": "^7.22.0",
|
61 | 48 | "execa": "^5.1.1",
|
62 | 49 | "gitly": "^2.1.5",
|
63 | 50 | "npm-check-updates": "11.8.5",
|
64 |
| - "prettier-config-atomic": "^2.0.5", |
| 51 | + "prettier-config-atomic": "^3.0.1", |
65 | 52 | "shelljs": "^0.8.4"
|
66 |
| - } |
| 53 | + }, |
| 54 | + "peerDependencies": { |
| 55 | + "eslint": "^7" |
| 56 | + }, |
| 57 | + "keywords": [ |
| 58 | + "eslint", |
| 59 | + "config", |
| 60 | + "atomic", |
| 61 | + "plugin", |
| 62 | + "lint", |
| 63 | + "prettier" |
| 64 | + ], |
| 65 | + "react": "react.js", |
| 66 | + "strict": "strict.js", |
| 67 | + "strict-react": "strict-react.js" |
67 | 68 | }
|
0 commit comments