Skip to content

Commit

Permalink
Update to @colors/colors (#2069)
Browse files Browse the repository at this point in the history
* Update to @colors/colors

* remove linebreak-style rule from .eslintrc

* Fix referenceg
  • Loading branch information
DABH committed Feb 12, 2022
1 parent 7665d88 commit 035f94a
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 140 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "@dabh/eslint-config-populist",
"rules": {
"one-var": ["error", { "var": "never", "let": "never", "const": "never" }],
"linebreak-style": ["error", "windows"],
"strict": 0
},
"parserOptions": {
Expand Down
Loading

0 comments on commit 035f94a

Please sign in to comment.