mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Bump eslint
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
plugins:
|
|
||||||
- html
|
|
||||||
env:
|
|
||||||
browser: true
|
|
||||||
es2021: true
|
|
||||||
overrides: []
|
|
||||||
parserOptions:
|
|
||||||
ecmaVersion: latest
|
|
||||||
rules: {}
|
|
||||||
@@ -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: {},
|
||||||
|
}]);
|
||||||
+3
-2
@@ -4,7 +4,8 @@
|
|||||||
"description": "Online DLL patcher. This file only exists for eslint.",
|
"description": "Online DLL patcher. This file only exists for eslint.",
|
||||||
"author": "mon",
|
"author": "mon",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.52.0",
|
"eslint": "^9.39.1",
|
||||||
"eslint-plugin-html": "^7.1.0"
|
"eslint-plugin-html": "^8.1.3",
|
||||||
|
"globals": "^16.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user