From 8780673c05bf065eff33848f904fe5b6d38be79b Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Thu, 11 Nov 2021 11:29:48 -0800 Subject: [PATCH] ci: install @babel/eslint-parser #266 --- template/.eslintrc | 4 ++++ template/package.json | 1 + 2 files changed, 5 insertions(+) diff --git a/template/.eslintrc b/template/.eslintrc index 4ed3fba6..a60f4cf7 100644 --- a/template/.eslintrc +++ b/template/.eslintrc @@ -1,4 +1,8 @@ { + "//": [ + "If unexplained eslint errors appear in the log", + "be sure to check if @babel/eslint-parser is installed." + ], "extends": [ "@aurodesignsystem/eslint-config" ] diff --git a/template/package.json b/template/package.json index aaacabf5..52ea8d9d 100644 --- a/template/package.json +++ b/template/package.json @@ -33,6 +33,7 @@ "@alaskaairux/design-tokens": "", "@alaskaairux/webcorestylesheets": "", "@aurodesignsystem/eslint-config": "", + "@babel/eslint-parser": "", "@babel/core": "", "@babel/plugin-syntax-dynamic-import": "", "@babel/plugin-transform-runtime": "",