eslint-config-code-style-lint-vue3

3.0.9 • Public • Published

code-style-lint

Code style lint config for front-end project.

How to use

  • For vue3-javascript project

    //npm
    npm install eslint-config-code-style-lint-vue3 eslint prettier -D
    //pnpm 
    pnpm install eslint-config-code-style-lint-vue3 eslint prettier -D
    //yarn
    yarn add eslint-config-code-style-lint-vue3 eslint prettier -D

    Create a '.eslintrc' file to your project root

    {
      //...
      "extends": ["code-style-lint-vue3"]
      //...
    }

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.9
    1
    • latest

Version History

Package Sidebar

Install

npm i eslint-config-code-style-lint-vue3

Weekly Downloads

1

Version

3.0.9

License

MIT

Unpacked Size

4.17 kB

Total Files

5

Last publish

Collaborators

  • laoer536