Add default styling to avoid frustration of invisible map
This commit is contained in:
10
.eslintrc.js
10
.eslintrc.js
@@ -9,7 +9,6 @@ module.exports = {
|
||||
},
|
||||
// the ts-eslint recommended ruleset sets the parser so we need to set it back
|
||||
parser: 'vue-eslint-parser',
|
||||
|
||||
parserOptions: {
|
||||
ecmaVersion: 2020,
|
||||
extraFileExtensions: ['.vue'],
|
||||
@@ -30,13 +29,4 @@ module.exports = {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
},
|
||||
|
||||
overrides: [
|
||||
{
|
||||
files: ['*.js'],
|
||||
rules: {
|
||||
'@typescript-eslint/no-var-requires': 'off',
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user