ui
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
module.exports = {
|
||||
extends: 'airbnb-base',
|
||||
parserOptions: {
|
||||
sourceType: 'script',
|
||||
},
|
||||
plugins: [
|
||||
'import',
|
||||
'markdown',
|
||||
],
|
||||
rules: {
|
||||
'curly': [
|
||||
'error',
|
||||
'all',
|
||||
],
|
||||
'brace-style': [
|
||||
'error',
|
||||
'1tbs',
|
||||
{ 'allowSingleLine': false },
|
||||
],
|
||||
'no-console': 'error',
|
||||
'no-ternary': 'error',
|
||||
'newline-before-return': 'error',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user