mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
Add linter parser for import assert json
This commit is contained in:
@@ -6,12 +6,20 @@
|
|||||||
"commonjs": true,
|
"commonjs": true,
|
||||||
"es2021": true
|
"es2021": true
|
||||||
},
|
},
|
||||||
|
"parser": "@babel/eslint-parser",
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"ecmaVersion": "latest",
|
"ecmaVersion": "latest",
|
||||||
"sourceType": "module",
|
"sourceType": "module",
|
||||||
"ecmaFeatures": {
|
"ecmaFeatures": {
|
||||||
"impliedStrict": true,
|
"impliedStrict": true,
|
||||||
"jsx": true
|
"jsx": true
|
||||||
|
},
|
||||||
|
"requireConfigFile": false,
|
||||||
|
"babelOptions": {
|
||||||
|
"presets": ["@babel/preset-env"],
|
||||||
|
"parserOpts": {
|
||||||
|
"plugins": ["importAssertions"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
|
|||||||
Generated
+3421
-13
File diff suppressed because it is too large
Load Diff
@@ -22,6 +22,9 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/pypy-vrc/VRCX#readme",
|
"homepage": "https://github.com/pypy-vrc/VRCX#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@babel/eslint-parser": "^7.19.1",
|
||||||
|
"@babel/plugin-syntax-import-assertions": "^7.20.0",
|
||||||
|
"@babel/preset-env": "^7.20.2",
|
||||||
"@fontsource/noto-sans-jp": "^4.5.12",
|
"@fontsource/noto-sans-jp": "^4.5.12",
|
||||||
"@fontsource/noto-sans-kr": "^4.5.12",
|
"@fontsource/noto-sans-kr": "^4.5.12",
|
||||||
"animate.css": "^4.1.1",
|
"animate.css": "^4.1.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user