Skip to content

Commit

Permalink
chore: fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Oct 11, 2024
1 parent 6297cf7 commit 1f78ba3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/nuxt/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/* eslint-env node */
const OFF = 0;
const WARNING = 1;
const ERROR = 2;

module.exports = {
extends: [
'../.eslintrc.cjs',
'../../.eslintrc.cjs',
],
parserOptions: {
ecmaVersion: 'latest'
Expand Down

0 comments on commit 1f78ba3

Please sign in to comment.