1.0.6 • Published 3 years ago

@epiphany-rbc/eslint-config-javascript v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Epiphany javascript code standards Eslint plugin

This is a eslint config plugin for Epiphany. More info see following

Usage

Install Eslint version 7 on your project and Epiphany Javascript Eslint config package

npm i eslint @epiphany-rbc/eslint-config-javascript --save-dev

create .eslintrc file

$ touch .eslintrc

Extend your eslint config from epiphany config.

module.exports = {
    extends: [
        '@epiphany-rbc/eslint-config-javascript',
    ]
};
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago