Skip to content

Commit f4b8039

Browse files
authored
[mercury] Use ESLint and Prettier in Mercury package (#617)
* Use EsLint and Prettier in Mercury package * Fix ESLint errors * Delete package-lock.json * Update .gitignore * Run ESLint in CI
1 parent 72c6159 commit f4b8039

File tree

12 files changed

+5427
-31627
lines changed

12 files changed

+5427
-31627
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ build/Release
3232
node_modules/
3333
jspm_packages/
3434

35+
# Don't track the package-lock.json from the npm package manager, as we use Yarn
36+
package-lock.json
3537

3638
# TypeScript cache
3739
*.tsbuildinfo

0 commit comments

Comments
 (0)