Skip to content

Commit

Permalink
move .eslintrc file to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 6, 2016
1 parent a42ee0e commit 21c16f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion options.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
bugs: pkg.bugs.url,
tagline: 'Use JavaScript Standard Style',
eslintConfig: {
configFile: path.join(__dirname, 'rc', '.eslintrc')
configFile: path.join(__dirname, '.eslintrc')
},
formatter: 'Formatting is no longer included with standard. Install it separately: "npm install -g standard-format"'
}

0 comments on commit 21c16f7

Please sign in to comment.