sourcegraph/client/eslint-plugin-wildcard
Greg Magolan 98563e5830
chore: upgrade to Aspect CLI 5.8.5 (#57961)
Co-authored-by: William Bezuidenhout <william.bezuidenhout@sourcegraph.com>
2023-10-30 17:01:58 +02:00
..
lib Enable eslint-plugin-wildcard globally (#30830) 2022-03-02 21:19:54 +07:00
BUILD.bazel chore: upgrade to Aspect CLI 5.8.5 (#57961) 2023-10-30 17:01:58 +02:00
OWNERS Update FPT code owners ping (#44545) 2022-11-17 07:21:49 -05:00
package.json disable slow eslint rules, remove unused disable directives (#57788) 2023-10-23 13:23:44 -07:00
README.md Wildcard V2: Add eslint-plugin-wildcard and initial rules (#27504) 2021-11-19 11:41:38 +00:00

eslint-plugin-wildcard

Recommended ESLint rules for consumers of the Wildcard component library.

Setup

Update your .eslintrc file to add the following configuration:

  plugins: ['@sourcegraph/wildcard'],
  extends: ['plugin:@sourcegraph/wildcard/recommended'],

This will enable the plugin in your project and enforce our recommended rules.