diff --git a/.browserslistrc b/.browserslistrc index 214388f..f23b837 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,3 +1,4 @@ > 1% last 2 versions not dead + diff --git a/.editorconfig b/.editorconfig index 7053c49..91f00df 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,4 @@ indent_style = space indent_size = 2 trim_trailing_whitespace = true insert_final_newline = true + diff --git a/.eslintrc.js b/.eslintrc.js index b5c2109..1a118e6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,3 +14,4 @@ module.exports = { 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off' } } + diff --git a/.gitignore b/.gitignore index 403adbc..08d4b91 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ pnpm-debug.log* *.njsproj *.sln *.sw? + diff --git a/LICENSE b/LICENSE index 29f81d8..fef8c29 100644 --- a/LICENSE +++ b/LICENSE @@ -199,3 +199,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + diff --git a/babel.config.js b/babel.config.js index ca8c045..fa1224c 100644 --- a/babel.config.js +++ b/babel.config.js @@ -12,3 +12,4 @@ module.exports = { ] ] } + diff --git a/vue.config.js b/vue.config.js index d59c663..07a67c4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,3 +4,4 @@ module.exports = { }, productionSourceMap: false } +