eslintrc extends eslint-config-airbnb

This commit is contained in:
Jake Teton-Landis
2015-07-30 15:08:47 -07:00
parent cf5266bc52
commit dbbf71bd71

View File

@@ -1 +0,0 @@
../packages/eslint-config-airbnb/.eslintrc

5
linters/.eslintrc Normal file
View File

@@ -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"
}