fix problems reported by eslint
This commit is contained in:
parent
8e6b09583d
commit
36773fe342
2 changed files with 35 additions and 21 deletions
10
eslint.config.js
Normal file
10
eslint.config.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
// eslint.config.js
|
||||
export default [
|
||||
{
|
||||
rules: {
|
||||
semi: "error",
|
||||
"prefer-const": "error"
|
||||
}
|
||||
}
|
||||
];
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue