Actions
Feature #21624
closedRemove custom eslint rules in favor of airbnb-base config
Difficulty:
Triaged:
Description
This is to remove all the custom rules we currently have in the .eslintrc in favor of a simpler extension of the airbnb config.
Updated by Dan Seethaler about 7 years ago
- Subject changed from Remove custom eslint rules in favor of airbnb config to Remove custom eslint rules in favor of airbnb-base config
Eventually we'll want to to move to the full airbnb config with react and a11y. The reason to not go there immediately is because many of the react rules are not followed in our code base and refactoring would take a lot of time and research to understand each component. This approach allows us to make the move to the base config and fix all the linting errors in the code base. Then make a second pass and update to the full airbnb config without actually updating all the components.
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4997 added
Updated by Marek Hulán about 7 years ago
- Translation missing: en.field_release set to 296
Updated by Anonymous about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset a5a6b5df465560729c86fa4799c1e9ad13941444.
Updated by The Foreman Bot about 7 years ago
- Pull request https://github.com/theforeman/foreman/pull/5074 added
Actions