1.3.1 • Published 2 years ago

@epls/code-style v1.3.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Code Style Plugin

Auto installation:

$ npx @epls/code-style

CleanUp your project:

After installation, you can remove locally installed

  • eslint
  • stylelint
  • @vue/cli-plugin-eslint

and then replace this line in package.json:

"scripts": {
  ...
- "lint": "vue-cli-service lint",
+ "lint": "npx eslint src/",
  ...
}