We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b83b1e commit 37e097bCopy full SHA for 37e097b
package.json
@@ -41,42 +41,5 @@
41
"dependencies": {
42
"@yama-dev/js-dom": "^0.1.1",
43
"@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
72
- "single"
73
74
- "semi": [
75
76
- "always"
77
78
- "no-console": "warn",
79
- "no-unused-vars": "warn"
80
81
}
82
0 commit comments