mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
build: add prettier and eslint (#1090)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
parser: 'vue-eslint-parser',
|
||||
parserOptions: {
|
||||
parser: 'babel-eslint',
|
||||
sourceType: 'module'
|
||||
},
|
||||
plugins: ['prettier'],
|
||||
extends: [
|
||||
'plugin:prettier/recommended',
|
||||
'plugin:vue/recommended',
|
||||
'prettier/vue'
|
||||
],
|
||||
ignorePatterns: ['node_modules/', 'dist/', 'coverage/']
|
||||
}
|
||||
Reference in New Issue
Block a user