Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 756 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 756 Bytes

JavaScript Studio ESLint Config

The sharable eslint config for all JavaScript Studio projects.

Install

❯ npm i @studio/eslint-config -D

Usage

Configure in eslint.config.js:

import studio_eslint_config from '@studio/eslint-config';

export default [
  ...studio_eslint_config,
  {
    /* Project specific overrides */
  }
];

This configuration works great with @studio/tsconfig.

Pro tip™: Check out eslint_d for faster editor integration.

License

MIT

Made with ❤️ on 🌍