mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Replaced with the newer version
This commit is contained in:
30
.eslintrc.js
30
.eslintrc.js
@@ -1,30 +0,0 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
parser: 'babel-eslint',
|
||||
parserOptions: {
|
||||
sourceType: 'module'
|
||||
},
|
||||
extends: 'airbnb-base',
|
||||
plugins: [
|
||||
'html'
|
||||
],
|
||||
'settings': {
|
||||
'import/resolver': {
|
||||
'webpack': {
|
||||
'config': './webpack.base.config.js'
|
||||
}
|
||||
}
|
||||
},
|
||||
'rules': {
|
||||
// don't require .vue extension when importing
|
||||
'no-new': 0,
|
||||
'prefer-template': 0,
|
||||
'no-unused-vars': 0,
|
||||
'no-console': 0,
|
||||
'import/extensions': ['error', 'always', {
|
||||
'js': 'never',
|
||||
'vue': 'never'
|
||||
}],
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user