Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 4e5a0e6

Browse files
Remove extension from extends path
1 parent 4530780 commit 4e5a0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environments/nodejs/optional.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict'
22

33
module.exports = {
4-
extends: 'javascript/standard/optional.js'
4+
extends: 'javascript/standard/optional'
55
}

0 commit comments

Comments
 (0)