https://github.com/posva/eslint-config-posva
🤺 Opinionated eslint set of rules with support for Vue
https://github.com/posva/eslint-config-posva
Last synced: 9 months ago
JSON representation
🤺 Opinionated eslint set of rules with support for Vue
- Host: GitHub
- URL: https://github.com/posva/eslint-config-posva
- Owner: posva
- License: mit
- Created: 2017-08-01T13:39:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T04:09:20.000Z (over 1 year ago)
- Last Synced: 2024-12-23T05:19:18.321Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 759 KB
- Stars: 6
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-posva
[](https://circleci.com/gh/posva/eslint-config-posva) [](https://www.npmjs.com/package/eslint-config-posva)
> my reasonable approach to javascript
## Usage
```bash
npm i -D eslint-config-posva
```
Add it to your `.eslintrc.js` file:
```json
{
"extends": ["posva"]
}
```
Of course, feel free to fork and change 🙂
## Features
- Based on [eslint-config-standard](https://github.com/standard/eslint-config-standard) and `eslint:recommended`
- [babel-eslint](https://github.com/babel/babel-eslint) for parsing
- Plugins
- [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import/) to better control `import`/`export` statements
- [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue/) for Vue
## License
[MIT](http://opensource.org/licenses/MIT)