Skip to content

Commit

Permalink
Merge pull request #479 from pragmaticivan/update-packages
Browse files Browse the repository at this point in the history
build(cleanup): cleanup and package updates
  • Loading branch information
pragmaticivan authored May 8, 2024
2 parents 1b6279c + b39aee5 commit 54c4a7e
Show file tree
Hide file tree
Showing 31 changed files with 4,054 additions and 7,621 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

27 changes: 0 additions & 27 deletions .eslintrc.js

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest

# Test on nodejs version 14
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ lerna-debug.log*
# Tests
/coverage
/.nyc_output
.eslintcache

# IDEs and editors
/.idea
Expand Down
3 changes: 0 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ node_modules
src
tests
.editorconfig
.eslintcache
.eslintignore
.eslintrc.js
.prettierrc.js
CHANGELOG.md
commitlint.config.js
Expand Down
Empty file added .prettierignore
Empty file.
9 changes: 1 addition & 8 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
arrowParens: 'avoid',
bracketSpacing: true,
embeddedLanguageFormatting: 'auto',
jsxBracketSameLine: false,
htmlWhitespaceSensitivity: 'css',
requirePragma: false,
insertPragma: false,
Expand All @@ -24,13 +23,7 @@ module.exports = {
overrides: [
// explicitly keep output consistent with npm
{
files: [
'.eslintrc.json',
'lerna.json',
'package.json',
'package-lock.json',
'npm-shrinkwrap.json',
],
files: ['lerna.json', 'package.json', 'package-lock.json', 'npm-shrinkwrap.json'],
options: {
parser: 'json-stringify',
tabWidth: 2,
Expand Down
Loading

0 comments on commit 54c4a7e

Please sign in to comment.