Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cwaring/eslint-config
👨🏻💻 ARG eslint-config
https://github.com/cwaring/eslint-config
eslint eslint-config prettier typescript vue3
Last synced: 18 days ago
JSON representation
👨🏻💻 ARG eslint-config
- Host: GitHub
- URL: https://github.com/cwaring/eslint-config
- Owner: cwaring
- License: mit
- Created: 2021-08-05T11:18:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T13:04:35.000Z (almost 3 years ago)
- Last Synced: 2024-10-07T22:09:46.338Z (about 1 month ago)
- Topics: eslint, eslint-config, prettier, typescript, vue3
- Language: JavaScript
- Homepage: https://npmjs.com/package/@app-research/eslint-config
- Size: 384 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config
Highly opinionated liniting and formatting to aid rapid development of [ARG projects](https://arg.protocol.ai/).
no nits == more ships 🚢Optimized for Vue 3 projects with Typescript
Including the following plugins:
- [standard](https://standardjs.com/)
- [import](https://github.com/import-js/eslint-plugin-import)
- [jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc/)
- [yaml](https://github.com/ota-meshi/eslint-plugin-yml)
- [typescript](https://github.com/typescript-eslint/typescript-eslint)
- [vue 3](https://github.com/vuejs/eslint-plugin-vue)
- [prettier](https://github.com/prettier/eslint-plugin-prettier)Style and standards for: ts, js, vue, yml, json
## Usage:
```sh
npm i -D @app-research/eslint-config# peerDeps (auto installed for npm >v7)
npm i -D eslint prettier
```Create `.eslintrc` in your project root
```js
{
extends: '@app-research'
}
```