mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Use unquoted keys
This commit is contained in:
parent
77ea76a0e0
commit
160a1fd8c8
22
.eslintrc.js
22
.eslintrc.js
@ -1,19 +1,19 @@
|
||||
module.exports = {
|
||||
"extends": ["matrix-org", "matrix-org/react"],
|
||||
"env": {
|
||||
"browser": true,
|
||||
"node": true,
|
||||
extends: ["matrix-org", "matrix-org/react"],
|
||||
env: {
|
||||
browser: true,
|
||||
node: true,
|
||||
},
|
||||
"rules": {
|
||||
rules: {
|
||||
"quotes": "off",
|
||||
},
|
||||
"overrides": [{
|
||||
"files": ["src/**/*.{ts,tsx}"],
|
||||
"extends": ["matrix-org/ts", "matrix-org/react"],
|
||||
"env": {
|
||||
"browser": true,
|
||||
overrides: [{
|
||||
files: ["src/**/*.{ts,tsx}"],
|
||||
extends: ["matrix-org/ts", "matrix-org/react"],
|
||||
env: {
|
||||
browser: true,
|
||||
},
|
||||
"rules": {
|
||||
rules: {
|
||||
"quotes": "off",
|
||||
// While converting to ts we allow this
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
|
Loading…
Reference in New Issue
Block a user