Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ota-meshi/eslint-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: ota-meshi/eslint-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 15, 2023

  1. Update +node.js

    ota-meshi authored Jul 15, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c858b30 View commit details
  2. 0.15.0

    ota-meshi committed Jul 15, 2023
    Copy the full SHA
    a5fd29b View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 lib/configs/+node.js
  2. +1 −1 package.json
2 changes: 1 addition & 1 deletion lib/configs/+node.js
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ module.exports = require("../utils/module").requireOf(
"n/file-extension-in-import": [
"error",
"always",
{ ".js": "never", ".ts": "never", ".tsx": "never" },
{ ".js": "always", ".ts": "never", ".tsx": "never" },
],
"n/prefer-global/buffer": "error",
"n/prefer-global/console": "error",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ota-meshi/eslint-plugin",
"version": "0.14.0",
"version": "0.15.0",
"description": "ESLint configuration plugin for me.",
"repository": "git+https://github.com/ota-meshi/eslint-plugin.git",
"homepage": "https://github.com/ota-meshi/eslint-plugin#readme",