Skip to content

Commit

Permalink
#104 add yaml and js for eslint in app archtype (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
cross311 authored and jchip committed Feb 23, 2017
1 parent e0d75fb commit 78b9a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electrode-archetype-react-app/arch-gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function lint(options) {
const ext = options.ext ? `--ext ${options.ext}` : "";

const checkCustom = (t) => {
const f = ["", ".json", ".yml"].find((e) => {
const f = ["", ".json", ".yml", ".yaml", ".js"].find((e) => {
const x = Path.resolve(Path.join(t, `.eslintrc${e}`));
return Fs.existsSync(x);
});
Expand Down

0 comments on commit 78b9a2e

Please sign in to comment.