Licence
MIT
Version
9.0.0
Deps
6
Size
326 kB
Vulns
0
Weekly
16.4K
eslint-plugin-primer-react
ESLint rules for Primer React
Installation
Assuming you already have ESLint and Primer React installed, run:
npm install --save-dev eslint-plugin-primer-react # or yarn add --dev eslint-plugin-primer-reactIn your ESLint configuration file, extend the recommended Primer React ESLint config:
{ "extends": [ // ... "plugin:primer-react/recommended" ] }