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

Commit

Permalink
Whitelist ES6-style imports:const x = goog.require('x');
Browse files Browse the repository at this point in the history
  • Loading branch information
nchavez324 committed May 13, 2019
1 parent c363276 commit c12442d
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 c12442d

Please sign in to comment.