We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
static-variables
sort-comp
1 parent 8f78e1f commit 3fb312fCopy full SHA for 3fb312f
packages/eslint-config-airbnb/rules/react.js
@@ -240,6 +240,7 @@ module.exports = {
240
// https://github.com/yannickcr/eslint-plugin-react/blob/843d71a432baf0f01f598d7cf1eea75ad6896e4b/docs/rules/sort-comp.md
241
'react/sort-comp': ['error', {
242
order: [
243
+ 'static-variables',
244
'static-methods',
245
'instance-variables',
246
'lifecycle',
0 commit comments