aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-04-09 15:20:13 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-04-09 15:20:13 -0400
commit21f4fb19d7e48328f8d0c9777c2a51e5de1141fc (patch)
tree4cd26f0f5edb37902dfef6a45075801703d89093 /.eslintrc.js
parent577c4323fef0cd2360c8bc44bd9c9e5c0ffadcb9 (diff)
downloadpersonal-website-21f4fb19d7e48328f8d0c9777c2a51e5de1141fc.tar.gz
personal-website-21f4fb19d7e48328f8d0c9777c2a51e5de1141fc.tar.bz2
personal-website-21f4fb19d7e48328f8d0c9777c2a51e5de1141fc.zip
removed remaining things
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js22
1 files changed, 0 insertions, 22 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
deleted file mode 100644
index c66b587..0000000
--- a/.eslintrc.js
+++ /dev/null
@@ -1,22 +0,0 @@
-module.exports = {
- env: {
- browser: true,
- es6: true
- },
- extends: [
- 'plugin:vue/essential',
- 'standard'
- ],
- globals: {
- Atomics: 'readonly',
- SharedArrayBuffer: 'readonly'
- },
- parserOptions: {
- ecmaVersion: 2018,
- sourceType: 'module'
- },
- plugins: [
- 'vue'
- ],
- rules: {}
-}