Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 29, 2025
1 parent 9f2d1b5 commit b8ca0ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions lib/configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
* This file has been automatically generated,
* in order to update its content execute "npm run update"
*/
const globals = require('globals')
module.exports = {
parser: require.resolve('vue-eslint-parser'),
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
},
env: {
browser: true,
es6: true
},
globals: globals.browser,
plugins: ['vue'],
rules: {
'vue/comment-directive': 'error',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"globals": "^13.24.0",
"globals": "^15.14.0",
"natural-compare": "^1.4.0",
"nth-check": "^2.1.1",
"postcss-selector-parser": "^6.0.15",
Expand Down
6 changes: 2 additions & 4 deletions tools/update-lib-configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,14 @@ function formatCategory(category) {
* This file has been automatically generated,
* in order to update its content execute "npm run update"
*/
const globals = require('globals')
module.exports = {
parser: require.resolve('vue-eslint-parser'),
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
},
env: {
browser: true,
es6: true
},
globals: globals.browser,
plugins: [
'vue'
],
Expand Down

0 comments on commit b8ca0ff

Please sign in to comment.