Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auguwu/eslint-config
🐻❄️📜 Noel's ESLint configuration for JavaScript, TypeScript, and Vue projects
https://github.com/auguwu/eslint-config
auguwu eslint eslint-config noel typescript
Last synced: 3 days ago
JSON representation
🐻❄️📜 Noel's ESLint configuration for JavaScript, TypeScript, and Vue projects
- Host: GitHub
- URL: https://github.com/auguwu/eslint-config
- Owner: auguwu
- License: mit
- Created: 2019-11-11T23:59:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T18:54:07.000Z (18 days ago)
- Last Synced: 2024-10-29T20:45:32.252Z (18 days ago)
- Topics: auguwu, eslint, eslint-config, noel, typescript
- Language: TypeScript
- Homepage:
- Size: 4.87 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🐻❄️📜 `@augu/eslint-config`
[![npm version](https://badge.fury.io/js/%40augu%2Feslint-config.svg)](https://badge.fury.io/js/%40augu%2Feslint-config)
[![Stars](https://img.shields.io/github/stars/auguwu/eslint-config)](https://github.com/auguwu/eslint-config)
[![Build Size](https://img.shields.io/bundlephobia/min/@augu/eslint-config?style=flat-square)](https://github.com/auguwu/eslint-config)
[![Workflow Status](https://github.com/auguwu/eslint-config/workflows/ESLint/badge.svg)](#)> _@augu/eslint-config is Noel's [ESLint](https://eslint.org) configurations for JavaScript, TypeScript, and Vue.js projects_
## Usage
> [!IMPORTANT]
> As of `v5.0.0`, `@augu/eslint-config` has opted to use ESLint's new [flat configuration](https://eslint.org/blog/2022/08/new-config-system-part-2/)s.### Flat Config
```js
const { default: noel } = require('@augu/eslint-config');
module.exports = noel();
```### `.eslintrc.js`/`.eslintrc.json`
As of v5, all RC files are removed from the package. Please use the new flat config.
## License
**@augu/eslint-config** is released under the **MIT License** with love by [Noel Towa](https://floofy.dev)! 🐻❄️💜