Skip to content

Commit 2673f83

Browse files
jasonkarnsLinusU
andauthored
Update index.js
Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
1 parent b15efaf commit 2673f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function Linter (opts) {
3838
var m = opts.version && opts.version.match(/^(\d+)\./)
3939
var majorVersion = (m && m[1]) || '0'
4040

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

4444
this.eslintConfig = Object.assign({

0 commit comments

Comments
 (0)