eslint-config-atmedia

3.0.0 • Public • Published

eslint-config-atmedia

An ESLint config for our JavaScript projects

Tests

Usage

  1. Install the package and its dependencies in your project

yarn add -D eslint eslint-config-atmedia prettier eslint-plugin-{prettier,react,react-hooks,import,jsx-a11y}

  1. Add an .eslintrc.js to your project and extend the config
//.eslintrc
module.exports = {
  extends: ['atmedia']
};

We also provide a minimal config for WordPress projects. To use it:

//.eslintrc
module.exports = {
  extends: ['atmedia', 'atmedia/wp']
};

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-atmedia

Weekly Downloads

1

Version

3.0.0

License

MIT

Unpacked Size

3.9 kB

Total Files

7

Last publish

Collaborators

  • stephensauceda