mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-09-10 16:39:29 +00:00
remove eslint things
This commit is contained in:
@@ -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',
|
|
||||||
},
|
|
||||||
};
|
|
||||||
Generated
-3038
File diff suppressed because it is too large
Load Diff
@@ -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
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user