diff --git a/.eslintrc b/.eslintrc new file mode 100644 index 00000000..9e203a54 --- /dev/null +++ b/.eslintrc @@ -0,0 +1,5 @@ +// Use this file as a starting point for your project's .eslintrc. +// Copy this file, and add rule overrides as needed. +{ + "extends": "airbnb" +}