mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Fix linter
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"root": true,
|
||||
"extends": ["@babel/core", "eslint:all", "prettier"],
|
||||
"extends": ["eslint:all", "prettier"],
|
||||
"env": {
|
||||
"browser": true,
|
||||
"commonjs": true,
|
||||
@@ -16,7 +16,6 @@
|
||||
},
|
||||
"requireConfigFile": false,
|
||||
"babelOptions": {
|
||||
"presets": ["@babel/preset-env"],
|
||||
"parserOpts": {
|
||||
"plugins": ["importAssertions"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user