2.1.0 • Published 3 months ago

@side/eslint-config-base v2.1.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 months ago

@side/eslint-config-base

A base ESLint configuration which extends the following:

Installation

Install this package, and ensure you have installed its peer dependencies.

yarn info @side/eslint-config-base peerDependencies

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

Usage

Once all peer dependencies have been added to your project, extend this configuration in your project's .eslintrc.js.

.eslintrc.js

module.exports = {
  extends: ['@side/base'],
};

Monorepo Support

If you're trying to integrate this library with a monorepo, you will want to tell @side/eslint-config-base of the workspaces you have setup so rules such as import/no-extraneous-dependencies can properly navigate the correct package.json files. You have two ways you can do this in your root package.json file.

Option 1: Yarn/Lerna workspaces location (recommended)

If you have setup workspaces already, then there is nothing else you need to do. Lint-config will pick this up and do it's thing.

./package.json

{
  "workspaces": ["packages/*"]
}

Option 2: Lint Config's custom workspace location

If option 1 isn't doable, you can specify your workspaces inside the lintConfig property.

./package.json

"lintConfig": {
  "workspaces": ["packages/*"]
},

Resources

For more information on configuring ESLint, please refer to their documentation

2.1.0

3 months ago

2.0.3

3 months ago

2.0.2

5 months ago

2.0.1

5 months ago

2.0.0

5 months ago

1.0.0

1 year ago

0.17.0-alpha.0

1 year ago

1.0.0-alpha.1

1 year ago

0.17.0

1 year ago

0.16.1

1 year ago

0.15.0

2 years ago

0.16.0

2 years ago

0.15.1

2 years ago

0.14.0

2 years ago

0.13.5

2 years ago

0.13.4

2 years ago

0.13.2

2 years ago

0.13.3

2 years ago

0.13.0

2 years ago

0.13.1

2 years ago

0.12.2

3 years ago

0.12.1

3 years ago

0.12.0

3 years ago

0.11.7

3 years ago

0.11.6

3 years ago

0.11.5

3 years ago

0.11.4

3 years ago

0.11.3

3 years ago

0.11.2

3 years ago

0.11.1

3 years ago

0.11.0

3 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.9.1

4 years ago