UNPKG

147 BJavaScriptView Raw
1module.exports = {
2 "extends": "airbnb-base",
3 "plugins": [
4 "import"
5 ],
6 "rules": {
7 "curly": ["error", "all"]
8 }
9};
\No newline at end of file