Use unquoted keys

pull/21833/head
J. Ryan Stinnett 2021-06-29 13:19:42 +01:00
parent a4f8ca4f8a
commit 2be40ad08a
1 changed files with 3 additions and 3 deletions

View File

@ -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",