Closed DiegoRBaquero closed 4 years ago
I believe https://eslint.org/docs/rules/key-spacing should be added, this should at least warn:
const object = { myKey1:'hello' myKey2: 123 };
Hopefully to be consistent with spaces and strict mode:
const object = { myKey1: 'hello' myKey2: 123 };
Add https://eslint.org/docs/rules/key-spacing rule
Would gladly PR
Support plan
Context
What problem are you trying to solve?
I believe https://eslint.org/docs/rules/key-spacing should be added, this should at least warn:
Hopefully to be consistent with spaces and strict mode:
Do you have a new or modified API suggestion to solve the problem?
Add https://eslint.org/docs/rules/key-spacing rule
Would gladly PR