Skip to content

Commit

Permalink
Merge branch 'upgrade-dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
Savjee committed Feb 16, 2022
2 parents 426229c + 24db837 commit 2aec5fc
Show file tree
Hide file tree
Showing 11 changed files with 7,206 additions and 329 deletions.
9 changes: 3 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
module.exports = {
parser: '@typescript-eslint/parser', // Specifies the ESLint parser
extends: [
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
'prettier/@typescript-eslint', // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
"plugin:@typescript-eslint/recommended"
],
parserOptions: {
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
sourceType: 'module', // Allows for the use of imports
experimentalDecorators: true,
ecmaVersion: 2020, // Allows for the parsing of modern ECMAScript features
sourceType: 'module' // Allows for the use of imports
},
rules: {
"@typescript-eslint/camelcase": 0
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: "Build"

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/node_modules/
/.rpt2_cache/
package-lock.json

# For those using Visual Studio Code Editor
.vscode/*
216 changes: 47 additions & 169 deletions dist/button-text-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/button-text-card.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 2aec5fc

Please sign in to comment.