Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid suggestion (no changes) #56

Open
mark-hingston opened this issue Nov 9, 2023 · 0 comments
Open

Invalid suggestion (no changes) #56

mark-hingston opened this issue Nov 9, 2023 · 0 comments

Comments

@mark-hingston
Copy link

mark-hingston commented Nov 9, 2023

What version of eslint are you using?

8.48.0

What version of prettier are you using?

2.8.8

What version of eslint-plugin-prettier are you using?

4.2.1

Please paste any applicable config files that you're using (e.g. .prettierrc or .eslintrc files)

{
  "env": {
    "es6": true,
    "node": true
  },
  "plugins": ["json"],
  "extends": ["plugin:json/recommended"],
  "parserOptions": {
    "ecmaVersion": 8
  },
  "ignorePatterns": ["generated.d.ts"]
}
{
  "arrowParens": "always",
  "endOfLine": "crlf",
  "proseWrap": "always",
  "singleQuote": true,
  "trailingComma": "es5"
}

What source code are you linting?

export const SCENARIO_CONFIG = {
  Adyen: [
    {
      text: '200 - Payment Details Not Found',
      value: 'AdyenPaymentDetailsNotFoundError',
    },
  ],
}

What did you expect to happen?

No linter warnings/comments.

What actually happened?

image

The change suggested is invalid (nothing to change).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant