the great renaming
This commit is contained in:
10
eslint.config.js
Normal file
10
eslint.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'eslint/config';
|
||||
|
||||
export default defineConfig([
|
||||
{
|
||||
rules: {
|
||||
semi: 'error',
|
||||
'prefer-const': 'error',
|
||||
},
|
||||
},
|
||||
]);
|
||||
Reference in New Issue
Block a user