0.1.0 • Published 11 months ago

eslint-config-comparitiko v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

👀 How to use

  1. Install the dependency
    npm install --save-dev eslint-config-comparitiko
  2. Add it to your eslint.config.mjs file:

    {
      import eslintConfigComparitiko from "eslint-config-comparitiko";
    
      export default [...eslintConfigComparitiko];
    }
  3. If you are using TypeScript, just import the TypeScript configuration instead:

    import eslintConfigComparitiko from "eslint-config-comparitiko/typescript";
    
    export default [...eslintConfigComparitiko];
    • You need also configure your tsconfig.json file in the root of your project to use the typescript configuration same way as the eslint.config.mjs file.

🤔 What it does