Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 84e13ba

Browse files
author
Daniel Brook-Roberge
committed
PR Feedback (thanks Marlow!)
1 parent ce6d056 commit 84e13ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ eslint:{
3636
// When true, eslint will test _only_ the rules set in the provided
3737
// configuration file
3838
reset: false,
39-
config: './.eslintrc.yml'
39+
configFile: './.eslintrc.yml'
4040
}
4141
}
4242
}

es5/mobify-es5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ rules:
6464
tabWidth: 4
6565
semi: error
6666
func-style: error
67-
comma: error
67+
comma-style: error

0 commit comments

Comments
 (0)