source:
node_modules/react-facebook-login/.eslintrc
Last change on this file was 47f4eaf, checked in by , 2 years ago | |
---|---|
|
|
File size: 259 bytes |
Rev | Line | |
---|---|---|
[47f4eaf] | 1 | { |
2 | "env": { | |
3 | "browser": true, | |
4 | "node": true | |
5 | }, | |
6 | "extends": [ | |
7 | "eslint:recommended", | |
8 | "airbnb" | |
9 | ], | |
10 | "parser": "babel-eslint", | |
11 | "plugins": [ | |
12 | "react" | |
13 | ], | |
14 | "globals": { | |
15 | "FB": false | |
16 | }, | |
17 | "rules": { | |
18 | "react/no-multi-comp": 0 | |
19 | } | |
20 | } |
Note:
See TracBrowser
for help on using the repository browser.