Skip to content

Standard ESLint shareable configuration for Bedrock projects.

License

Notifications You must be signed in to change notification settings

fcgroup/bdrk-eslint-config

 
 

Repository files navigation

ESLint Shareable Configs

This repository contains the standard ESLint shareable configuration for Bedrock projects.

Referencing this Configuration

You can reference this config by installing the NPM package in your project:

npm install --save-dev @bdrk/eslint-config

Then update the project's .eslintrc.json file to extend this configuration:

For JavaScript projects:

{
  "extends": "@bdrk/eslint-config"
}

For TypeScript projects:

{
  "extends": "@bdrk/eslint-config/typescript"
}

You can overwrite settings defined in this configuration by specifying them in your project's .eslintrc.json.

About

Standard ESLint shareable configuration for Bedrock projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%