Skip to content

Personal ESLint configuration for Javascript projects

License

Notifications You must be signed in to change notification settings

Metainy/eslint-config-js

Repository files navigation

ESLint Javascript Configuration

Personal ESLint configuration for Javascript projects.

Table of Contents

Usage

Install dependencies

Install the package and it's dependencies.

npm install -D eslint @metainy/eslint-config-js

or

npm install -D git+https://github.com/Metainy/eslint-config-js.git

Extend the package

Create an .eslintrc file in the root of your project and extend the configuration.

module.exports = {
    extends: "@metainy/js"
}

Issues

Roadmap

About

Personal ESLint configuration for Javascript projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published