initial github commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
parserOptions: {
|
||||
ecmaVersion: 2017,
|
||||
sourceType: 'module'
|
||||
},
|
||||
extends: 'eslint:recommended',
|
||||
env: {
|
||||
browser: true
|
||||
},
|
||||
globals: {
|
||||
moment: true,
|
||||
t: true,
|
||||
is_translation_path: true
|
||||
},
|
||||
rules: {
|
||||
'no-cond-assign': 0
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user