Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add stylelint #3218

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

add stylelint #3218

wants to merge 20 commits into from

Conversation

mayunhai
Copy link
Contributor

vscode 安装 stylelint

配置json新增

   "editor.codeActionsOnSave": {
      "source.fixAll.eslint": true,
      "source.fixAll.stylelint": true
    },

可保持自动格式化 css

锁定core-js版本为了解决 Cannot find module 'core-js/modules/es6.regexp.constructor'

@netlify
Copy link

netlify bot commented May 29, 2020

Deploy preview for vue-element-admin ready!

Built with commit fec456b

https://deploy-preview-3218--vue-element-admin.netlify.app

@mayunhai

This comment has been minimized.

@mayunhai
Copy link
Contributor Author

mayunhai commented Jun 6, 2020

终于 All checks have passed 不知道怎么搞的就好了 0.0

@mayunhai mayunhai changed the title stylelint, fix npm error "Cannot find module 'core-js/modules/es6.regexp.constructor'" add stylelint Jun 11, 2020
@mayunhai
Copy link
Contributor Author

git hook stylelint --fix 有一些异常所以 这里只用了 stylelint

@PanJiaChen PanJiaChen added the WIP Review Working In Progress label Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Review Working In Progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants