1.4.5 ā€¢ Published 5 days ago

@angablue/eslint-config v1.4.5

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
github
Last release
5 days ago

A comprehensive Eslint configuation package for JavaScript & TypeScript projects, with support for React.

šŸ  Homepage

Install

Install this package and it's peer dependencies with your package manager of choice.

npm i -D @angablue/eslint-config eslint prettier

or

yarn add -D @angablue/eslint-config eslint prettier

Usage

Then create the file .eslintrc.js in the root directory of your project with the contents:

module.exports = {
  extends: '@angablue',
};

You may also want to add a script to your package.json in order to quickly lint and fix problems with your code.

"scripts": {
    "lint": "eslint . --ext js,jsx,ts,tsx --fix"
}

Now you can, manually lint using the command npm run lint or yarn lint, while also receiving inline suggestions and warnings in your editor with the appropriate eslint extension installed.

Author

šŸ‘¤ AngaBlue contact@anga.blue

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2021 AngaBlue <contact@anga.blue>. This project is LGPL--3.0--or--later licensed.

1.4.5

5 days ago

1.4.4

5 months ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.2.3

2 years ago

1.3.1

2 years ago

1.2.2

2 years ago

1.1.3

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago