Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for node 16, formatting and linting (fluent-ui) (#2938)
* Added support for node 16, formatting and linting - Regenerated the `package-lock.json` file with node-16 - Also added packages to support linting - Added the `cs-check`, `cs-format` and `lint` scripts along with `lint-staged` to the `package.json` file - Ran `eslint --fix` and `cs-format` over the `src` and `test` directories to fix the build - Added a slight adaptation of the `.eslintrc` file from `core` to this package * - Fix build, hopefully
- Loading branch information