Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.eslintrc 169 B
// Use this file as a starting point for your project's .eslintrc.
// Copy this file, and add rule overrides as needed.

{
  "extends": ["standard", "standard-react"]
}