1.1.9 • Published 1 year ago

@sigmagf/eslint-config v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

My Default ESLint config

Usage:

Run this command to complete installation:

npx install-peerdeps --dev -o --yarn @sigmagf/eslint-config

Insert this lines in package.json:

"prettier": "@sigmagf/eslint-config/prettier.config.js",
"eslintConfig": {
  "extends": "@sigmagf/eslint-config"
}

Or create .eslintrc.js with this code

// .eslintrc.js
const config = require('@sigmagf/eslint-config')

module.exports = config;

and prettier.config.js with

// .prettier.config.js
const config = require('@sigmagf/eslint-config/prettier.config.js')

module.exports = config;
1.1.9

1 year ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.0

3 years ago

1.1.3

2 years ago

1.0.0

3 years ago