remove eslint things

This commit is contained in:
2024-11-29 19:36:18 -06:00
parent 748bc49780
commit b0c81fe7de
4 changed files with 3 additions and 3062 deletions
-18
View File
@@ -1,18 +0,0 @@
module.exports = {
env: {
node: true,
commonjs: true,
es2021: true,
},
extends: ['airbnb', 'prettier'],
parserOptions: {
ecmaVersion: 'latest',
},
rules: {
'prefer-destructuring': 'off',
'no-bitwise': 'off',
'class-methods-use-this': 'off',
'import/extensions': 'off',
'import/no-relative-packages': 'off',
},
};
-3038
View File
File diff suppressed because it is too large Load Diff
-3
View File
@@ -26,9 +26,6 @@
"@angular/compiler-cli": "19.0.1", "@angular/compiler-cli": "19.0.1",
"@types/luxon": "3.3.2", "@types/luxon": "3.3.2",
"@types/node": "20.5.9", "@types/node": "20.5.9",
"eslint": "^8.48.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"prettier": "3.4.1", "prettier": "3.4.1",
"typescript": "5.6.3" "typescript": "5.6.3"
} }
+3 -3
View File
@@ -14,7 +14,7 @@
* Learn more in https://angular.io/guide/browser-support * Learn more in https://angular.io/guide/browser-support
*/ */
/*************************************************************************************************** /** *************************************************************************************************
* BROWSER POLYFILLS * BROWSER POLYFILLS
*/ */
@@ -42,11 +42,11 @@
* *
*/ */
/*************************************************************************************************** /** *************************************************************************************************
* Zone JS is required by default for Angular itself. * Zone JS is required by default for Angular itself.
*/ */
import 'zone.js'; // Included with Angular CLI. import 'zone.js'; // Included with Angular CLI.
/*************************************************************************************************** /** *************************************************************************************************
* APPLICATION IMPORTS * APPLICATION IMPORTS
*/ */