1.1.9 • Published 3 years ago
@sigmagf/eslint-config v1.1.9
My Default ESLint config
Usage:
Run this command to complete installation:
npx install-peerdeps --dev -o --yarn @sigmagf/eslint-configInsert 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;