Skip to content

✅ The sharable eslint config for all JavaScript Studio projects

License

Notifications You must be signed in to change notification settings

javascript-studio/eslint-config

Repository files navigation

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 🌍

About

✅ The sharable eslint config for all JavaScript Studio projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published