aboutsummaryrefslogtreecommitdiff
path: root/frontend/.eslintrc.cjs
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-01-06 23:55:12 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-01-06 23:55:12 +0300
commit4820c7696db3c54959258b1a5b00c77e1246cbd7 (patch)
tree179edfca03618395939df1c3afccf2c90c64d424 /frontend/.eslintrc.cjs
parent(#20) successful integration of demo upload to drive (diff)
downloadlphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.tar.gz
lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.tar.bz2
lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.zip
what the fuck is this mess (#21)
Diffstat (limited to 'frontend/.eslintrc.cjs')
-rw-r--r--frontend/.eslintrc.cjs15
1 files changed, 0 insertions, 15 deletions
diff --git a/frontend/.eslintrc.cjs b/frontend/.eslintrc.cjs
deleted file mode 100644
index 0104377..0000000
--- a/frontend/.eslintrc.cjs
+++ /dev/null
@@ -1,15 +0,0 @@
1/* eslint-env node */
2require('@rushstack/eslint-patch/modern-module-resolution')
3
4module.exports = {
5 root: true,
6 'extends': [
7 'plugin:vue/vue3-essential',
8 'eslint:recommended',
9 '@vue/eslint-config-typescript',
10 '@vue/eslint-config-prettier'
11 ],
12 parserOptions: {
13 ecmaVersion: 'latest'
14 }
15}