Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agsh committed May 17, 2024
1 parent 95fdee0 commit fe9f65e
Show file tree
Hide file tree
Showing 5 changed files with 3,227 additions and 4,329 deletions.
8 changes: 0 additions & 8 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,10 @@ module.exports = {
SharedArrayBuffer: 'readonly',
},
parserOptions: {
ecmaFeatures: { jsx: true },
ecmaVersion: 2018,
sourceType: 'module',
},
plugins: [
'import'
],
rules: {
'import/no-unresolved': [2, { commonjs: true, amd: true }],
'import/named': 2,
'import/namespace': 2,
'import/default': 2,
'linebreak-style': ['error', 'unix'],
'quotes': ['error', 'single'],
'semi': ['error', 'always'],
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Node.js Package

#on:
# release:
# types: [created]
on:
push:
branches:
- master
release:
types: [created]

jobs:
build:
Expand Down
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.idea
coverage
__tests__
__mocks__
.github
.gitattributes
jest.config.js
.eslintrc.js
Loading

0 comments on commit fe9f65e

Please sign in to comment.