@koddsson/eslint-config

1.1.0 • Public • Published

eslint-config

This is my eslint configuration. There are many like it but this is mine.

npm install --save-dev eslint @koddsson/eslint-config

Add this to your package.json

  "scripts": {
    "lint": "eslint \"src/**/*.{js,mjs,ts,mts}\""
  }

And create a eslint.config.js with the config enabled:

import koddssonConfig from "@koddsson/eslint-config";

export default [
  ...koddssonConfig,
  // Rest of your config goes here.
];

Readme

Keywords

none

Package Sidebar

Install

npm i @koddsson/eslint-config

Weekly Downloads

142

Version

1.1.0

License

ISC

Unpacked Size

4.92 kB

Total Files

7

Last publish

Collaborators

  • koddsson