mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 22:38:08 -05:00
6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
// Use this file as a starting point for your project's .eslintrc.
|
|
// Copy this file, and add rule overrides as needed.
|
|
{
|
|
"extends": "airbnb"
|
|
}
|