Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: mapbox/eslint-config-mapbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3b19418766fcff3f0446c5716a324d6eb0ff4793
Choose a base ref
..
head repository: mapbox/eslint-config-mapbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0456b36db0a751cce78557ad7a3554ca6bf9506f
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −2 package.json
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,8 +15,7 @@
"homepage": "https://github.com/mapbox/eslint-config-mapbox#readme",
"scripts": {
"lint": "eslint .",
"test": "npm run lint & npm run test-token-rule",
"test-token-rule": "node ./plugins/eslint-plugin-detect-token/rules/detect-token.test.js"
"test": "npm run lint"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.1",