Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
🚨 eek, fix parser now that we pull directly from codestyle
Browse files Browse the repository at this point in the history
full disclosure this shoudl be an extend ont the way this is done
  • Loading branch information
JeromeFitz authored and kodiakhq[bot] committed May 19, 2021
1 parent a699016 commit 7736957
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ const config = require('@jeromefitz/codestyle/.eslintrc')

module.exports = {
...config,
parser: '@babel/eslint-parser',
// @hack with codestyle 🤮️
parser: '@jeromefitz/codestyle/node_modules/@babel/eslint-parser',
plugins: [...config.plugins, 'import'],
rules: {
...config.rules,
Expand Down

0 comments on commit 7736957

Please sign in to comment.