1.1.2 • Published 2 years ago

@vue-storefront/eslint-config-typescript v1.1.2

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

@vue-storefront/eslint-config-typescript

@vue-storefront/eslint-config-typescript

npm version npm downloads License

Vue Storefront eslint standards for TypeScript

Information

Eslint configuration for:

  • JavaScript
  • Typescript

For this eslint config package, we enable the following community standards:

  • AirBnb
  • Prettier

This configuration provides eslint rules for the following:

  • TypeScript
  • JSON
  • YAML / YML
  • Markdown

Usage

TypeScript Config

Install

pnpm add -D eslint @vue-storefront/eslint-config-typescript

Config .eslintrc

{
  "extends": "@vue-storefront/eslint-config-typescript"
}

Config VS Code auto fix

Update your .vscode/settings.json and add the following

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

Contributing

You can contribute to this module online with CodeSandBox:

Edit @vuestorefront/eslint-config

Or locally:

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using yarn dev or npm run dev

License

MIT License

Copyright (c) Vue Storefront