Sha256: f1435753af060bf1aec370c1cc4a50333eeb46ad7223098beb857178de41b7a5
Contents?: true
Size: 408 Bytes
Versions: 5
Compression:
Stored size: 408 Bytes
Contents
{ "extends": [ "airbnb" ], "parser": "babel-eslint", "plugins": [ "flowtype" ], "rules": { "flowtype/define-flow-type": 1, "flowtype/use-flow-type": 1, "max-len": [2, 140, 2] }, "settings": { "import/ignore": [ "node_modules", "\\.(jpg|png|scss)" ], "import/resolver": { "webpack": { "config": "webpack.config.js" } } } }
Version data entries
5 entries across 5 versions & 1 rubygems