Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.0-beta.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
perruche committed Oct 27, 2020
2 parents f5dbc8c + c70f3a7 commit dd8f0de
Show file tree
Hide file tree
Showing 64 changed files with 66,968 additions and 7,164 deletions.
13 changes: 2 additions & 11 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
module.exports = {
extends: '@studiometa/eslint-config/prettier-es6',
overrides: [
{
files: ['gulpfile.js', 'webpack.config.js'],
rules: {
'global-require': 'off',
'import/no-extraneous-dependencies': 'off',
},
},
]
};
extends: '@studiometa/eslint-config',
};
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
*.sublime-projet
*.sublime-workspace
*.log
node_modules/
node_modules/

# Template files
template/package-lock.json
6 changes: 5 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
module.exports = require('@studiometa/prettier-config');
module.exports = {
...require('@studiometa/prettier-config'),
twigPrintWidth: 100,
twigAlwaysBreakObjects: false,
};
Loading

0 comments on commit dd8f0de

Please sign in to comment.