UNPKG

261 BJavaScriptView Raw
1/*
2override airbnb
3repo: https://github.com/airbnb/javascript
4code: https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/rules/style.js
5rule: https://eslint.org/docs/rules/##stylistic-issues
6*/
7
8module.exports = {
9 rules: {},
10};