You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disabled no-nested-ternary (Prettier nests ternaries in a readable way)
Removed the forced configurations of sonarjs and unicorn from the base vinta config
Plugin: Babel
Disabled ESLint rules that conflict with Babel's rules: camelcase, new-cap, no-invalid-this, no-unused-expressions, valid-typeof (this only applies if the babel plugin is being used)
Plugin: Import
Disabled import/exports-last
Disabled import/no-unused-modules
Plugin: Jest
Enabled jest/require-tothrow-message as warn
Enabled jest/prefer-called-with as warn
Enabled jest/no-truthy-falsy as error
Plugin: Promise
Changed promise/no-promise-in-callback from error to warn
Disabled promise/catch-or-return
Enabled promise/no-callback-in-promise as warn
Plugin: React
Changed react/jsx-boolean-value from always to never
Disabled react/sort-prop-types
Enabled react/no-array-index-key as warn
Plugin: SonarJS
Changed sonarjs/no-duplicate-string limit from 5 to 3