1.0.8 • Published 9 months ago

@smart-gate/eslint-config-smartgate v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

eslint-config-smartgate

ESLint shareable config for the Smart Gate Co. projects.

Installation

npm install --save-dev @smart-gate/eslint-config-smartgate

Usage

add .eslint.cjs then extend our configs (ESLint v8):

modules.exports = {
  extends: ['@smart-gate/eslint-config-smartgate'],
};
  1. next add the following script in your package json scripts:
{
  "scripts": {
    "lint": "eslint . --fix --ignore-path .gitignore"
  }
}
  1. By now, you should be able to run this script in your terminal:
npm run lint

!WARNING Note

  1. While creating a brand new project with this command npm create vue@latest make sure to say no for code quality option.
  2. This package does not support latest eslint version (flat config object). we are still using cjs until vue eslint packages will be updated as well.
  3. In order to avoid installation conflicts just uninstall the following packages in your package.json. eslint, @vue/eslint-config-typescript, eslint-config-google, eslint-plugin-import, eslint-plugin-vue.

License

This project is licensed under the MIT License. See the LICENSE file for details.

1.0.8

9 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago