Add airbnb to eslint

This commit is contained in:
Sam Schloegel
2022-01-02 23:04:14 -05:00
parent f9cf6ecc52
commit d642c01b8c
2 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ module.exports = {
tabWidth: 2,
semi: true,
singleQuote: true,
}
};