Start of a discussion for new eslint rules. What standards and styles enable you to work better? - [Limit number of props on one line](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-max-props-per-line.md#limit-maximum-of-props-on-a-single-line-in-jsx-reactjsx-max-props-per-line) - [Standardize stylesheet property order](https://www.npmjs.com/package/stylelint-config-rational-order) - [Tab vs Space indenting](https://eslint.org/docs/rules/indent) - New lines for entries in objects and arrays - [Object props on separate lines](https://eslint.org/docs/rules/object-property-newline) - [Array items on separate lines](https://eslint.org/docs/rules/array-element-newline) - [Consistent line breaks in objects](https://eslint.org/docs/rules/object-curly-newline) - [Line breaks for opening and closing brackets of array](https://eslint.org/docs/rules/array-bracket-newline)
Start of a discussion for new eslint rules. What standards and styles enable you to work better?