5.2.0 • Published 5 months ago
eslint-config-jonhaddow v5.2.0
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.2.0
5 months ago
5.1.0
1 year ago
5.0.1
1 year ago
5.0.0
1 year ago
4.0.1
1 year ago
3.6.0
2 years ago
3.5.0
2 years ago
3.4.0
2 years ago
3.4.2
2 years ago
3.4.1
2 years ago
3.3.1
2 years ago
3.3.2
2 years ago
3.3.0
3 years ago
3.2.0
3 years ago
3.1.0
4 years ago
3.0.0
4 years ago
2.2.0
4 years ago
2.1.0
4 years ago
2.0.0
5 years ago
1.2.0
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.0
5 years ago