Skip to content

Commit c4179f9

Browse files
author
Jens van Hellemondt
committed
🔧 EsLint only essentials
1 parent a08c674 commit c4179f9

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ later in the `vue add vuetify` will be overwritten by vuetify, or the kings code
2222
### Vue:
2323
We'd recommend you to choose
2424
- babel
25-
- eslint
26-
> eslint-config-airbnb
25+
- eslint (only the essential)
2726
- pwa
2827
- router
2928
- vuex
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
root: true,
3+
env: {
4+
node: true,
5+
},
6+
extends: [
7+
'plugin:vue/essential',
8+
],
9+
parserOptions: {
10+
parser: 'babel-eslint',
11+
},
12+
};

0 commit comments

Comments
 (0)