aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-01-29 00:19:20 -0500
committertdro <tdro@users.noreply.github.com>2022-01-29 00:19:20 -0500
commit0c23bea876d9001e38364dfcbdb0c0dbc45c1d0c (patch)
tree780a3d07c334529eade83db91de6064d9b3f589a /.config
parentd13a2fd835b6273fb6d654a6bacc65d360f0ce19 (diff)
downloaddotfiles-0c23bea876d9001e38364dfcbdb0c0dbc45c1d0c.tar.gz
dotfiles-0c23bea876d9001e38364dfcbdb0c0dbc45c1d0c.tar.bz2
dotfiles-0c23bea876d9001e38364dfcbdb0c0dbc45c1d0c.zip
.config/eslintrc.yml -> .config/eslint/config.yaml
Diffstat (limited to '.config')
-rw-r--r--.config/eslint/config.yaml (renamed from .config/eslintrc.yml)3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/eslintrc.yml b/.config/eslint/config.yaml
index 7dc8a5d..a030580 100644
--- a/.config/eslintrc.yml
+++ b/.config/eslint/config.yaml
@@ -1,8 +1,9 @@
+---
env:
browser: true
commonjs: true
es6: true
-extends: 'eslint:recommended'
+extends: eslint:recommended
globals:
Atomics: readonly
SharedArrayBuffer: readonly