We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6d9e9 commit 4750b32Copy full SHA for 4750b32
.prettierrc.js
@@ -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
@@ -33,6 +33,9 @@
33
],
34
"@angular-eslint/no-input-rename": [
35
"warn"
36
+ ],
37
+ "@angular-eslint/no-output-rename": [
38
+ "warn"
39
]
40
}
41
},
0 commit comments