0.9.0 • Published 1 year ago

@bud-tools/eslint-config-budtools v0.9.0

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

@bud-tools/eslint-config-budtools

Salesforce eslint configuration for all projects.

Usage

First install this package.

yarn add @bud-tools/eslint-config-budtools

Then extend this configuration in your own eslint file.

Here is an example using a .eslintrc.js file.

module.exports = {
  extends: ['@bud-tools/eslint-config-budtools'],
};

Because eslint requires all eslint packages locally, you must also install the following packages.

yarn add eslint eslint-plugin-import eslint-plugin-jsdoc

Note: For typescript packages, use @bud-tools/eslint-config-budtools-typescript.

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago