Add rudimentary settings screen
This commit is contained in:
@@ -6,7 +6,8 @@ module.exports = {
|
||||
extends: [
|
||||
'eslint:recommended',
|
||||
'plugin:react/recommended',
|
||||
'plugin:@typescript-eslint/eslint-recommended'
|
||||
'plugin:@typescript-eslint/eslint-recommended',
|
||||
// "plugin:@typescript-eslint/recommended"
|
||||
],
|
||||
globals: {
|
||||
Atomics: 'readonly',
|
||||
@@ -43,6 +44,10 @@ module.exports = {
|
||||
semi: [
|
||||
'error',
|
||||
'always'
|
||||
],
|
||||
"no-unused-vars": "off",
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"error"
|
||||
]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user