5.0.1 • Published 19 days ago

eslint-config-jonhaddow v5.0.1

Weekly downloads
18
License
MIT
Repository
github
Last release
19 days ago

eslint-config-jonhaddow

:heavy_check_mark: - ESLint configuration for use across my projects

Install

npm install --save-dev eslint-config-jonhaddow

Usage

Add the extends property to your eslint.config.js:

const config = require('eslint-config-jonhaddow')

module.exports = {
  ...config.base,
  ...config.react, // This can be omitted if you're not using React
  { 
    languageOptions: {
      parserOptions: {
        project: true,
        tsconfigRootDir: __dirname,
      },
    },
  }
};

Publishing

Run npm version [major|minor|patch] and push that corresponding commit.

Create a Github release and associate with the pushed tag. This will trigger an Github Action to publish the npm package.

5.0.1

19 days ago

5.0.0

19 days ago

4.0.1

2 months ago

3.6.0

9 months ago

3.5.0

1 year ago

3.4.0

1 year ago

3.4.2

1 year ago

3.4.1

1 year ago

3.3.1

1 year ago

3.3.2

1 year ago

3.3.0

2 years ago

3.2.0

2 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago