Skip to content

Commit 37e097b

Browse files
committed
adjust package.json
1 parent 7b83b1e commit 37e097b

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

package.json

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -41,42 +41,5 @@
4141
"dependencies": {
4242
"@yama-dev/js-dom": "^0.1.1",
4343
"@yama-dev/js-parse-module": "^0.2.1"
44-
},
45-
"eslintConfig": {
46-
"env": {
47-
"browser": true,
48-
"commonjs": true,
49-
"es6": true,
50-
"jquery": true,
51-
"node": true
52-
},
53-
"extends": "eslint:recommended",
54-
"parserOptions": {
55-
"ecmaFeatures": {
56-
"jsx": true
57-
},
58-
"ecmaVersion": 2018,
59-
"sourceType": "module"
60-
},
61-
"plugins": [],
62-
"rules": {
63-
"indent": [
64-
"error",
65-
2,
66-
{
67-
"outerIIFEBody": 0
68-
}
69-
],
70-
"quotes": [
71-
"error",
72-
"single"
73-
],
74-
"semi": [
75-
"error",
76-
"always"
77-
],
78-
"no-console": "warn",
79-
"no-unused-vars": "warn"
80-
}
8144
}
8245
}

0 commit comments

Comments
 (0)