Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #56 from nchavez324/master
Browse files Browse the repository at this point in the history
Whitelist ES6-style imports: const x = goog.require('x');
  • Loading branch information
philipwalton committed May 13, 2019
2 parents c363276 + c12442d commit 377d4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -237,7 +237,7 @@ module.exports = {
code: 80,
tabWidth: 2,
ignoreUrls: true,
ignorePattern: '^goog\.(module|require)',
ignorePattern: 'goog\.(module|require)',
}],
// 'max-lines': 0,
// 'max-nested-callbacks': 0,
Expand Down

0 comments on commit 377d4ab

Please sign in to comment.