https://github.com/sqlwwx/eslint-config-standard-airbnb
https://github.com/sqlwwx/eslint-config-standard-airbnb
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sqlwwx/eslint-config-standard-airbnb
- Owner: sqlwwx
- Created: 2018-12-12T02:57:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T00:35:29.000Z (over 6 years ago)
- Last Synced: 2025-04-21T22:20:10.712Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config-standard-airbnb
```
module.exports = {
"parser": "babel-eslint",
"extends": ["standard-airbnb"]
};
```