-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Comparing changes
Open a pull request
base repository: eslint/eslint
base: faf3c4e
head repository: eslint/eslint
compare: 4b267a5
- 13 commits
- 32 files changed
- 8 contributors
Commits on Jan 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c464e27 - Browse repository at this point
Copy the full SHA c464e27View commit details
Commits on Jan 30, 2019
-
Chore: remove dead code for loading rules (#11334)
The `lib/rules.js` file contains a code path that was previously needed to load core rules, but is no longer used as of aa56247.
Configuration menu - View commit details
-
Copy full SHA for 36e3356 - Browse repository at this point
Copy the full SHA 36e3356View commit details -
Chore: remove undocumented
Linter#rulesproperty (refs #9161) (#11335)This removes the undocumented `rules` property from `Linter` instances, as part of the effort to remove undocumented API surface from `Linter` (also see #9161). Config processing now exclusively uses `Linter`'s public API when defining rules. As a side-effect, the rule map utility in `lib/rules.js` no longer needs to access the filesystem, so we can remove the odd code generation logic from the browserify build.
Configuration menu - View commit details
-
Copy full SHA for c1fd6f5 - Browse repository at this point
Copy the full SHA c1fd6f5View commit details -
Chore: avoid hard-coding the list of core rules in eslint:recommended (…
…#11336) This updates the `eslint:recommended` config to be generated dynamically rather than being hard-coded, to reduce the number of places that need to be kept up to date when core rules are added.
Configuration menu - View commit details
-
Copy full SHA for dccee63 - Browse repository at this point
Copy the full SHA dccee63View commit details
Commits on Feb 1, 2019
-
New: Allow globals to be disabled/configured with strings (fixes #9940)…
… (#11338) * New: Allow globals to be disabled/configured with strings (fixes #9940) As described in #9940, this allows globals in a config file to be specified with the strings `readable` and `writeable` rather than `false` and `true`, respectively. It also adds a new value, `off`, which turns off a previously-enabled global. * Update lib/linter.js Co-Authored-By: not-an-aardvark <[email protected]> * Update docs/user-guide/configuring.md Co-Authored-By: not-an-aardvark <[email protected]> * Add test for "writable" * Remove unnecessary map/destructuring * Adjust confusing variable name * Move note about legacy booleans down
Configuration menu - View commit details
-
Copy full SHA for 0a3c3ff - Browse repository at this point
Copy the full SHA 0a3c3ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2f370 - Browse repository at this point
Copy the full SHA fa2f370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6567c4f - Browse repository at this point
Copy the full SHA 6567c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b14ad1 - Browse repository at this point
Copy the full SHA 5b14ad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9005e63 - Browse repository at this point
Copy the full SHA 9005e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5143bf - Browse repository at this point
Copy the full SHA b5143bfView commit details -
Chore: use local function to append "s" instead of a package (#11293)
This matches the way other formatters handle pluralization, which seems simple enough to not require an additional package.
Configuration menu - View commit details
-
Copy full SHA for 91c8884 - Browse repository at this point
Copy the full SHA 91c8884View commit details -
Build: changelog update for 5.13.0
ESLint Jenkins committedFeb 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 720dce1 - Browse repository at this point
Copy the full SHA 720dce1View commit details -
ESLint Jenkins committed
Feb 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 4b267a5 - Browse repository at this point
Copy the full SHA 4b267a5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff faf3c4e...4b267a5