Sha256: 90f400d3c3e2e23a962b4ea007f4ff06cb7ac464705ab730ac6d612aea4dd5a4
Contents?: true
Size: 1013 Bytes
Versions: 6
Compression:
Stored size: 1013 Bytes
Contents
{ "rules": { "indent": [ 1, 2 ], "quotes": [ 2, "single" ], "linebreak-style": [ 2, "unix" ], "semi": [ 2, "always" ], "no-unused-vars": [ 1, {"vars": "all", "args": "none"} ], "curly": [ 2 ], "no-spaced-func": [ 2 ], "space-before-blocks": [ 2 ], "keyword-spacing": [ 2, { "after": true} ], "no-console": 1, "react/display-name": 0, "react/no-danger": 0, "react/prop-types": [0, { ignore: ['children']}] }, "env": { "es6": true, "browser": true, "mocha": true }, "extends": ["eslint:recommended", "plugin:react/recommended"], "parserOptions": { "sourceType": "module", "ecmaFeatures": { "jsx": true, "experimentalObjectRestSpread": true, "modules": true } }, "plugins": [ "react" ], "globals": { "React": true, "I18n": true, "pageflow": true, "PAGEFLOW_EDITOR": true, } }
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
pageflow-vr-1.5.0 | .eslintrc |
pageflow-vr-1.4.0 | .eslintrc |
pageflow-vr-1.3.0 | .eslintrc |
pageflow-vr-1.2.0 | .eslintrc |
pageflow-vr-1.1.0 | .eslintrc |
pageflow-vr-1.0.0 | .eslintrc |