Skip to content

Commit 035f94a

Browse files
authored
Update to @colors/colors (#2069)
* Update to @colors/colors * remove linebreak-style rule from .eslintrc * Fix referenceg
1 parent 7665d88 commit 035f94a

File tree

4 files changed

+86
-140
lines changed

4 files changed

+86
-140
lines changed

.eslintrc

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "@dabh/eslint-config-populist",
33
"rules": {
44
"one-var": ["error", { "var": "never", "let": "never", "const": "never" }],
5-
"linebreak-style": ["error", "windows"],
65
"strict": 0
76
},
87
"parserOptions": {

0 commit comments

Comments
 (0)