weather displays complete
This commit is contained in:
parent
c28608bb39
commit
cc61d2c6d1
34 changed files with 8106 additions and 9251 deletions
|
|
@ -12,7 +12,7 @@ module.exports = {
|
|||
SharedArrayBuffer: 'readonly',
|
||||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: 2020,
|
||||
ecmaVersion: 2021,
|
||||
},
|
||||
rules: {
|
||||
indent: [
|
||||
|
|
@ -46,6 +46,13 @@ module.exports = {
|
|||
allowSamePrecedence: true,
|
||||
},
|
||||
],
|
||||
'import/extensions': [
|
||||
'error',
|
||||
{
|
||||
mjs: 'always',
|
||||
json: 'always',
|
||||
},
|
||||
],
|
||||
},
|
||||
ignorePatterns: [
|
||||
'*.min.js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue