-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 946 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
25
26
27
28
29
30
31
32
33
34
35
{
"author": "Julian Aubourg <j@ubourg.net>",
"bugs": {
"url": "https://github.com/creative-area/eslint-config/issues"
},
"description": "eslint configuration used in all creative-area's projects",
"devDependencies": {
"eslint": "7.19.0"
},
"eslintConfig": {
"extends": "./es2021/script.json",
"env": {
"node": true
}
},
"homepage": "https://github.com/creative-area/eslint-config#readme",
"keywords": [
"creative-area",
"eslint",
"eslintconfig"
],
"license": "MIT",
"name": "eslint-config-creative-area",
"peerDependencies": {
"eslint": ">= 7.13.0"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/creative-area/eslint-config.git"
},
"scripts": {
"test": "node ./build && node node_modules/eslint/bin/eslint.js ."
},
"version": "0.11.2-pre"
}