diff --git a/.eslintrc.js b/.eslintrc.js index 1086bb3..e5ee051 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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. diff --git a/dist/string-starts-with-x.js b/dist/string-starts-with-x.js index 73ed455..1452c7d 100644 --- a/dist/string-starts-with-x.js +++ b/dist/string-starts-with-x.js @@ -2,7 +2,7 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017", - "date": "2019-08-13T12:04:18.817Z", + "date": "2019-08-13T15:45:38.983Z", "describe": "", "description": "Determines whether a string begins with the characters of a specified string.", "file": "string-starts-with-x.js", diff --git a/dist/string-starts-with-x.min.js b/dist/string-starts-with-x.min.js index 5073203..f4227ba 100644 --- a/dist/string-starts-with-x.min.js +++ b/dist/string-starts-with-x.min.js @@ -2,7 +2,7 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017", - "date": "2019-08-13T12:04:18.817Z", + "date": "2019-08-13T15:45:38.983Z", "describe": "", "description": "Determines whether a string begins with the characters of a specified string.", "file": "string-starts-with-x.min.js",