mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-03-21 17:54:44 -05:00
This commit is contained in:
parent
24a47f039f
commit
5a6bd01342
|
|
@ -1,9 +0,0 @@
|
|||
plugins:
|
||||
- html
|
||||
env:
|
||||
browser: true
|
||||
es2021: true
|
||||
overrides: []
|
||||
parserOptions:
|
||||
ecmaVersion: latest
|
||||
rules: {}
|
||||
20
eslint.config.mjs
Normal file
20
eslint.config.mjs
Normal file
|
|
@ -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: {},
|
||||
}]);
|
||||
|
|
@ -4,7 +4,8 @@
|
|||
"description": "Online DLL patcher. This file only exists for eslint.",
|
||||
"author": "mon",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.52.0",
|
||||
"eslint-plugin-html": "^7.1.0"
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-html": "^8.1.3",
|
||||
"globals": "^16.5.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user