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

Commit 1a27cfb

Browse files
Merge pull request #6 from strvcom/feature-example-fix
Fix .eslintrc.js in example
2 parents 5e72af2 + d4d4e39 commit 1a27cfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ module.exports = {
1616
// overwriting some configuration options. Here, we are including the
1717
// base configuration for Node.js development and we opt-in to the
1818
// best-practices ruleset.
19-
'javascript/environments/nodejs/latest',
20-
'javascript/environments/nodejs/best-practices',
19+
'@strv/javascript/environments/nodejs/latest',
20+
'@strv/javascript/environments/nodejs/best-practices',
2121
// If you are brave enough, you can also extend the "optional" ruleset
22-
'javascript/environments/nodejs/optional'
22+
'@strv/javascript/environments/nodejs/optional'
2323
],
2424

2525
// If you need to override some rules specifically for this project,

0 commit comments

Comments
 (0)