commas
This commit is contained in:
12
api/.eslintrc.js
Normal file
12
api/.eslintrc.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
parser: 'babel-eslint',
|
||||
parserOptions: {
|
||||
ecmaVersion: 2019,
|
||||
sourceType: 'module',
|
||||
},
|
||||
extends: ['airbnb'],
|
||||
rules: {
|
||||
'lines-between-class-members': 0,
|
||||
'no-console': 0,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user