Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Linus Unnebäck <[email protected]>
  • Loading branch information
jasonkarns and LinusU committed May 4, 2020
1 parent 0c920fa commit 1a9c851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Linter (opts) {
var m = opts.version && opts.version.match(/^(\d+)\./)
var majorVersion = (m && m[1]) || '0'

// Example cache location: .standard-v12-cache/
// Example cache location: ~/.cache/standard/v12/
var cacheLocation = path.join(CACHE_HOME, this.cmd, `v${majorVersion}/`)

this.eslintConfig = Object.assign({
Expand Down

0 comments on commit 1a9c851

Please sign in to comment.