-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 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
46
47
{
"name": "eslint-config-twig",
"version": "2.0.3",
"description": "Twig Education ESLint Config",
"keywords": [
"javascript",
"eslint"
],
"main": "index.js",
"repository": "[email protected]:TwigWorld/eslint-config-twig.git",
"author": "Adam Oliver <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.2.1"
},
"peerDependencies": {
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.16.0",
"eslint": ">= 7",
"eslint-config-airbnb": "^18",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-compat": "^4.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-no-only-tests": "^2 || ^3.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.2.1"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix"
}
}