Use unquoted keys
parent
a4f8ca4f8a
commit
2be40ad08a
|
@ -26,15 +26,15 @@ module.exports = {
|
||||||
"react/jsx-key": ["error"],
|
"react/jsx-key": ["error"],
|
||||||
},
|
},
|
||||||
overrides: [{
|
overrides: [{
|
||||||
"files": [
|
files: [
|
||||||
"src/**/*.{ts,tsx}",
|
"src/**/*.{ts,tsx}",
|
||||||
"test/**/*.{ts,tsx}",
|
"test/**/*.{ts,tsx}",
|
||||||
],
|
],
|
||||||
"extends": [
|
extends: [
|
||||||
"plugin:matrix-org/typescript",
|
"plugin:matrix-org/typescript",
|
||||||
"plugin:matrix-org/react",
|
"plugin:matrix-org/react",
|
||||||
],
|
],
|
||||||
"rules": {
|
rules: {
|
||||||
// Things we do that break the ideal style
|
// Things we do that break the ideal style
|
||||||
"prefer-promise-reject-errors": "off",
|
"prefer-promise-reject-errors": "off",
|
||||||
"quotes": "off",
|
"quotes": "off",
|
||||||
|
|
Loading…
Reference in New Issue