Modify Shorthand linter to report lint if a shorthand of a length not specified in the allowed_shorthands option is used Ignore SCSS functions in NameFormat linter Update default formatter to output column numbe
Now we can make sure every file is formatted correctly by adding a few lines to the package.json in the project root. Add the following line to scripts section: "scripts": { + "precommit": "lint-staged", "start": "react-scripts start", "build": "react-scripts build", Next we add...