Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Add no-reference-import to recommended.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nchen63 authored Mar 29, 2017
1 parent 1fb3457 commit b9444e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/recommended.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ export const jsRules = {
"no-empty": true,
"no-eval": true,
"no-reference": true,
"no-reference-import": true,
"no-shadowed-variable": true,
"no-string-literal": true,
"no-string-throw": true,
Expand Down

0 comments on commit b9444e3

Please sign in to comment.