https://github.com/javascript-studio/eslint-config
✅ The sharable eslint config for all JavaScript Studio projects
https://github.com/javascript-studio/eslint-config
eslint eslint-shareable-configs
Last synced: 9 months ago
JSON representation
✅ The sharable eslint config for all JavaScript Studio projects
- Host: GitHub
- URL: https://github.com/javascript-studio/eslint-config
- Owner: javascript-studio
- License: mit
- Created: 2016-08-19T17:01:30.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T09:40:37.000Z (over 1 year ago)
- Last Synced: 2025-03-28T05:03:24.834Z (10 months ago)
- Topics: eslint, eslint-shareable-configs
- Language: JavaScript
- Homepage:
- Size: 386 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Studio ESLint Config
The [sharable eslint config][docs] for all JavaScript Studio projects.
## Install
```bash
❯ npm i @studio/eslint-config -D
```
## Usage
Configure in `eslint.config.js`:
```js
import studio_eslint_config from '@studio/eslint-config';
export default [
...studio_eslint_config,
{
/* Project specific overrides */
}
];
```
This configuration works great with [`@studio/tsconfig`][tsconfig].
**Pro tip™:** Check out [eslint_d][] for faster editor integration.
## License
MIT
Made with ❤️ on 🌍
[docs]: http://eslint.org/docs/developer-guide/shareable-configs
[tsconfig]: https://github.com/javascript-studio/tsconfig
[eslint_d]: https://www.npmjs.com/package/eslint_d