Skip to content

Commit ccff9cd

Browse files
committed
move prettier to overwrites
1 parent ac15148 commit ccff9cd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.eslintrc.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
module.exports = {
22
plugins: ["matrix-org"],
3-
extends: [
4-
"plugin:matrix-org/babel",
5-
"plugin:matrix-org/typescript",
6-
"prettier",
7-
],
3+
extends: ["plugin:matrix-org/babel"],
84
parserOptions: {
95
project: ["./tsconfig-dev.json"],
106
},
@@ -38,7 +34,7 @@ module.exports = {
3834
overrides: [
3935
{
4036
files: ["src/**/*.ts", "test/**/*.ts"],
41-
extends: ["plugin:matrix-org/typescript"],
37+
extends: ["plugin:matrix-org/typescript", "prettier"],
4238
rules: {
4339
// TypeScript has its own version of this
4440
"babel/no-invalid-this": "off",

0 commit comments

Comments
 (0)