Skip to content

Commit 4750b32

Browse files
committed
chore: sync configs
1 parent 7c6d9e9 commit 4750b32

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.prettierrc.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
semi: true,
3+
trailingComma: "all",
4+
singleQuote: true,
5+
printWidth: 100,
6+
tabWidth: 2
7+
};

projects/coreui-angular/.eslintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
],
3434
"@angular-eslint/no-input-rename": [
3535
"warn"
36+
],
37+
"@angular-eslint/no-output-rename": [
38+
"warn"
3639
]
3740
}
3841
},

0 commit comments

Comments
 (0)