Skip to content

Commit

Permalink
Fixed eslint for echarts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MyHomeMyData committed Sep 30, 2024
1 parent b85bd95 commit 7d6ffb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// See "Globally ignoring files with ignores" at https://eslint.org/docs/latest/use/configure/configuration-files
export default [
{
ignores: ["**/.eslintrc.js", "admin/words.js", "echarts.js"]
ignores: ["**/.eslintrc.js", "admin/words.js", "www/echarts.js"]
}
];

0 comments on commit 7d6ffb7

Please sign in to comment.