@bigbinary/neeto-commons-frontend 2.0.75 → 2.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -203,7 +203,7 @@ const reportNonFixableEslintErrors = () => {
203
203
  return;
204
204
  }
205
205
 
206
- exec(`npx eslint ${modifiedFiles} --quiet`, (_, stdout) => {
206
+ exec(`npx eslint ${modifiedFiles} --fix --quiet`, (_, stdout) => {
207
207
  if (stdout) {
208
208
  console.log(stdout);
209
209
  console.log(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-commons-frontend",
3
- "version": "2.0.75",
3
+ "version": "2.0.76",
4
4
  "description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
5
5
  "repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",