Skip to content

January 30, 2023

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 17:41
· 528 commits to main since this release
9ff6b20

@theguild/eslint-config@0.8.0

Minor Changes

  • #157
    3f7437f
    Thanks @B2o5T! - new rules:

    • yoda

    • unicorn/prefer-export-from

    • promise/no-multiple-resolved

    • unicorn/prefer-logical-operator-over-ternary

    • @typescript-eslint/no-unused-expressions

    • unicorn/no-negated-condition

    react:

    fix import/extensions

    • 'react/prop-types': 'off'
    • 'react/jsx-boolean-value': 'error'
    • 'react/hook-use-state': 'error'
    • 'react/iframe-missing-sandbox': 'error'

    forbid:

    • process.browser

    • restrict isNaN in favour of Number.isNaN

Patch Changes

@theguild/prettier-config@1.1.1

Patch Changes