Skip to content

ChristianECG/eslint-config-christianecg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-christianecg

eslint-logo GitHub followers Twitter Follow

This package provides a ChristianECG extensible eslint configuration.

Usage

I provide an exported configuration object in the package. To use it, you should install the eslint-plugin-import and our package.

npm i eslint-plugin-import eslint-config-christianecg -D

Then, you can use it in your eslint configuration as an extended configuration on your .eslintrc.js file.

module.exports = {
	...
	"extends": [
		...
		"christianecg",
		...
	],
	...
}

Feel free to modify the rules and add your own when you want.

Contributing

If you want to contribute, you can fork the repository and make your own changes.

I am very open to any contribution, and I will try to add it to the package as soon as possible.

License

To guarantee the quality of the package, I will only release it under the MIT license. You can find the license in the LICENSE file.