Skip to content

Commit

Permalink
chore: hoist dev dependencies
Browse files Browse the repository at this point in the history
dependencies associated with prettier, eslint, stylelint, husky, lint-staged,
commitizen, and typescript.
  • Loading branch information
mirages committed Dec 17, 2020
1 parent 9027a4c commit aee2e3d
Show file tree
Hide file tree
Showing 49 changed files with 20,184 additions and 23,316 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
node_modules
npm-debug.log
lerna-debug.log
9 changes: 9 additions & 0 deletions .lintstagedrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"*.md":
- prettier --write
"*.{ts,tsx}":
# prettier and eslint
- prettier --write
- eslint --fix
# stylelint
"*.{css,less,scss}":
- stylelint --fix
File renamed without changes.
1 change: 1 addition & 0 deletions libs/roller-picker/.stylelintrc.yml → .stylelintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins:
rules:
# use `emptyLineBefore`
declaration-empty-line-before: null
number-leading-zero: null
order/order:
- custom-properties
- at-variables
Expand Down
31 changes: 0 additions & 31 deletions libs/motion/.eslintrc.json

This file was deleted.

10 changes: 0 additions & 10 deletions libs/motion/.prettierrc

This file was deleted.

Loading

0 comments on commit aee2e3d

Please sign in to comment.