mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Bump eslint
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import { defineConfig } from "eslint/config";
|
||||
import html from "eslint-plugin-html";
|
||||
import globals from "globals";
|
||||
|
||||
export default defineConfig([{
|
||||
plugins: {
|
||||
html,
|
||||
},
|
||||
|
||||
languageOptions: {
|
||||
globals: {
|
||||
...globals.browser,
|
||||
},
|
||||
|
||||
ecmaVersion: "latest",
|
||||
sourceType: "module",
|
||||
},
|
||||
|
||||
rules: {},
|
||||
}]);
|
||||
Reference in New Issue
Block a user