Remove old eslint files

This commit is contained in:
Nick Playfair 2025-06-12 21:40:21 +01:00
parent 8b65a52035
commit 9b836cc360
2 changed files with 0 additions and 20 deletions

View File

@ -1,2 +0,0 @@
node_modules/
dist/

View File

@ -1,18 +0,0 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"parserOptions": {
"project": "./tsconfig.json"
},
"rules": {
"no-console": "off"
}
}