aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.yml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-21 15:28:25 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-21 15:28:25 +0000
commita8d3f95cf8038f24a760551ed8a3342251f81052 (patch)
tree85bdedb2d1b6b17cdadd20e85a9774576f6fb63f /.eslintrc.yml
parente70fd3594cfa8e0e29c3e9fb25991a9bad048469 (diff)
Configure ESLint for TypeScript
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
deleted file mode 100644
index 495c107..0000000
--- a/.eslintrc.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-env:
- es2021: true
- node: true
-extends: eslint:recommended
-parserOptions:
- ecmaVersion: 13
- sourceType: module
-rules:
- indent:
- - error
- - 4
- linebreak-style:
- - error
- - unix
- quotes:
- - error
- - single
- semi:
- - error
- - always