Codebase list node-leaflet-formbuilder / bb02f22c-5784-4d88-b992-a0944535a722/main .eslintrc
bb02f22c-5784-4d88-b992-a0944535a722/main

Tree @bb02f22c-5784-4d88-b992-a0944535a722/main (Download .tar.gz)

.eslintrc @bb02f22c-5784-4d88-b992-a0944535a722/mainraw · history · blame

{
    "env": {
        "browser": true
    },
    "rules": {
        "quotes": "single",
        "no-underscore-dangle": false,
        "curly": false,
        "consistent-return": false,
        "new-cap": false,
        "strict": "global",
        "global-strict": 0
    },
    "globals": {L: true}
}