@putout/eslint 5.0.2 → 5.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/eslint.js +1 -1
  2. package/package.json +5 -5
package/lib/eslint.js CHANGED
@@ -106,7 +106,7 @@ export const _noConfigFound = noConfigFound;
106
106
 
107
107
  const parseRule = (rule) => rule || 'parser';
108
108
 
109
- export function convertToPlace({ruleId = 'parser', message, line = 0, column = 0, severity}) {
109
+ export function convertToPlace({ruleId = 'parser', message, line = 1, column = 1, severity}) {
110
110
  const rule = `${parseRule(ruleId)}${eslintId}`;
111
111
 
112
112
  if (severity === WARNING && isNoESLintWarnings())
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/eslint",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Wrapper that simplifies ESLint API and makes it compatible with 🐊Putout",
@@ -37,17 +37,17 @@
37
37
  "eslint"
38
38
  ],
39
39
  "devDependencies": {
40
- "@putout/eslint-flat": "^3.0.0",
40
+ "@putout/eslint-flat": "^4.0.0",
41
41
  "@putout/plugin-eslint-plugin": "*",
42
42
  "c8": "^10.0.0",
43
43
  "eslint": "^10.0.0-alpha.0",
44
44
  "eslint-plugin-n": "^17.0.0",
45
- "eslint-plugin-putout": "^29.0.0",
46
- "madrun": "^11.0.0",
45
+ "eslint-plugin-putout": "^30.0.0",
46
+ "madrun": "^12.0.0",
47
47
  "montag": "^1.0.0",
48
48
  "nodemon": "^3.0.1",
49
49
  "putout": "*",
50
- "supertape": "^11.0.3"
50
+ "supertape": "^12.0.0"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "eslint": ">=9"