Skip to content

Commit

Permalink
Chore: Simplify dataflow in linter.verify (#10020)
Browse files Browse the repository at this point in the history
* Chore: separate running rules from parsing

* Chore: simplify dataflow in linter.verify

* Chore: refactor option default handling in linter.verify
  • Loading branch information
not-an-aardvark committed Feb 26, 2018
1 parent 33177cd commit e4f52ce
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 267 deletions.
4 changes: 3 additions & 1 deletion conf/environments.js
Expand Up @@ -15,7 +15,9 @@ const globals = require("globals");
//------------------------------------------------------------------------------

module.exports = {
builtin: globals.es5,
builtin: {
globals: globals.es5
},
browser: {

/*
Expand Down

0 comments on commit e4f52ce

Please sign in to comment.