Viewing 2 replies - 1 through 2 (of 2 total)
  • jwilde4

    (@jwilde4)

    GoDaddy Pro person

    You may have to contact the developer directly or check the documentation https://eslint.org/docs/latest/use/getting-started.

    Or is the question more specifically about the specific code standard warning “eslint will warn me to remove the first and last space within the brackets” and if it is necessary?

    Seebz

    (@seebz)

    I got the same problem.

    Just found we should use the rule “@wordpress/eslint-plugin/recommended-with-formatting”

    There is also recommended-with-formatting ruleset for projects that want to ensure that Prettier and TypeScript integration is never activated. This preset has the native ESLint code formatting rules enabled instead.

    @wordpress/eslint-plugin documentation
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘eslint plugin:@wordpress/eslint-plugin/ not settings spaces’ is closed to new replies.