mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-25 17:51:17 -04:00
dear lord typescript gets messy fast
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"extends": [
|
||||
"plugin:compat/recommended",
|
||||
"plugin:prettier/recommended"
|
||||
"plugin:prettier/recommended",
|
||||
"prettier"
|
||||
],
|
||||
"plugins": [
|
||||
"prettier"
|
||||
],
|
||||
"parserOptions": {
|
||||
"parser": "@babel/eslint-parser",
|
||||
@@ -21,10 +25,13 @@
|
||||
"api/**/*.ts"
|
||||
],
|
||||
"extends": [
|
||||
"plugin:@typescript-eslint/recommended"
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:prettier/recommended",
|
||||
"prettier"
|
||||
],
|
||||
"plugins": [
|
||||
"@typescript-eslint"
|
||||
"@typescript-eslint",
|
||||
"prettier"
|
||||
],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
@@ -32,7 +39,9 @@
|
||||
"sourceType": "module"
|
||||
},
|
||||
"env": {
|
||||
"browser": false
|
||||
"browser": false,
|
||||
"node": true,
|
||||
"es6": true
|
||||
},
|
||||
"rules": {
|
||||
"compat/compat": "off"
|
||||
|
Reference in New Issue
Block a user