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

Commit

Permalink
storysource: Add default parser option. Support prettier v0.13.0 ( st…
Browse files Browse the repository at this point in the history
  • Loading branch information
isoppp committed May 28, 2018
1 parent bcff86c commit 1903555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/storysource/src/loader/default-options.js
Expand Up @@ -5,6 +5,7 @@ const defaultOptions = {
bracketSpacing: true,
trailingComma: 'es5',
singleQuote: true,
parser: 'babylon',
},
uglyCommentsRegex: [/^eslint-.*/, /^global.*/],
};
Expand Down

0 comments on commit 1903555

Please sign in to comment.