source: node_modules/react-facebook-login/.eslintrc@ 47f4eaf

Last change on this file since 47f4eaf was 47f4eaf, checked in by Marko <Marko@…>, 20 months ago

Final features implemented

  • Property mode set to 100644
File size: 259 bytes
Line 
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.