Skip to content

Commit

Permalink
fixed issue with uknown token ...
Browse files Browse the repository at this point in the history
  • Loading branch information
tutok committed Aug 13, 2018
1 parent 28635cc commit d42b813
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
// eslint-disable-next-line import/no-extraneous-dependencies
const esLint = require('@deity/eslint-config-falcon');

module.exports = {
...esLint.rules['prettier/prettier'][1],

module.exports = Object.assign({}, esLint.rules['prettier/prettier'][1], {
overrides: [
{
files: ['.eslintrc'],
options: { parser: 'json' }
}
]
};
});

0 comments on commit d42b813

Please sign in to comment.