Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint config

Whats included?

  • Standard config base;
  • React plugin;
  • React Hooks plugin;
  • JSX a11y plugin;
  • Prettier;

Setup

  1. Install the dependencies
npm i -D eslint @pemonter/eslint-config
  1. Create a eslint.config.js file extending the config:
import reactEslintConfig from '@pemonter/eslint-config/react.js';

export default [
  { ignores: ['dist/**', 'node_modules/**'] },
  ...reactEslintConfig,
]

Releases

Packages

Used by

Contributors

Languages