1.4.0 • Published 9 months ago

@shakuroinc/eslint-config-base v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@shakuroinc/eslint-config-base

Shakuro eslint and prettier extensible basic config.

if you need react support use: @shakuroinc/eslint-config-react

Usage

Install package:

yarn add -D @shakuroinc/eslint-config-base

Install package dependencies:

npx install-peerdeps @shakuroinc/eslint-config-base -d -Y

if you using yarn workspaces npx install-peerdeps @shakuroinc/eslint-config-base -d -Y --extra-args "--ignore-workspace-root-check"

Configure eslint:

// .eslintrc.js
module.exports = {
  extends: ['@shakuroinc/eslint-config-base'],
  // extend config if needed
};

Configure prettier:

// .prettierrc.js
module.exports = { ...require('@shakuroinc/eslint-config-base/prettier.config') };
1.4.0

9 months ago

1.3.0

10 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago