.eslintrc 287 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 { "extends": [ "eslint:recommended", "plugin:import/errors", "plugin:import/warnings", "angular" ], "parser": "babel-eslint", "settings": { "import/ignore": [ "node_modules", "\\.tpl\\.html$" ] }, "globals": { "FileReader": true } }