Skip to content

Commit

Permalink
fixed eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
veghdev committed Dec 21, 2023
1 parent 28f5099 commit c4b213d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,17 @@
},
"prettier": "@vizzu/prettier-config",
"eslintConfig": {
"extends": [
"@vizzu/eslint-config/standard"
"overrides": [
{
"files": [
"*.js",
"*.mjs",
"*.cjs"
],
"extends": [
"@vizzu/eslint-config/standard"
]
}
]
}
}

0 comments on commit c4b213d

Please sign in to comment.