1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-03 02:53:31 +02:00
Files
nes.css/.eslintrc
2023-04-01 12:29:05 +09:00

13 lines
226 B
Plaintext

{
"env": {
"browser": false,
"node": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"]
}