Separate ESLint CI from Superlinter (#23029)

* Separate ESLint CI from Superlinter

* Correct JS indenting level

* Remove extra semicolons with ESLint autofix
This commit is contained in:
Nick Schonning
2023-01-29 17:44:03 -05:00
committed by GitHub
parent 9cdd643564
commit d9088ef327
6 changed files with 52 additions and 14 deletions

View File

@ -39,4 +39,4 @@ export default function followed_tags(state = initialState, action) {
default:
return state;
}
};
}