Skip to content

Commit

Permalink
Auto run
Browse files Browse the repository at this point in the history
  • Loading branch information
Xotic750 committed Aug 13, 2019
1 parent c48fdf1 commit 108e669
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ module.exports = {
/**
* @see {@link https://eslint.org/docs/user-guide/configuring#configuring-rules}
*/
rules: {},
rules: {
'max-classes-per-file': 'off',
},

/**
* Webpack-literate module resolution plugin for eslint-plugin-import.
Expand Down
2 changes: 1 addition & 1 deletion dist/string-starts-with-x.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/string-starts-with-x.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 108e669

Please sign in to comment.