Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Chore: Package configs updates ⚙️ #74

Merged
merged 1 commit into from
Sep 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

const eloquence = require('eslint-config-eloquence')

module.exports = eloquence({ target: 'node', esm: false })
module.exports = eloquence({ target: 'node', enableESM: false, enableTS: false })
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# --- Ignore ---
# Ignore Me!
# -------------------------------------

# Dependencies
node_modules

# Build output
public

# Test output
coverage
6 changes: 0 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,18 @@
# -------------------------------------

# Source
# -------------------------------------
public

# Output
# -------------------------------------
build
coverage
monitor

# Logs and caches
# -------------------------------------
.esm-cache
false

# Configs
# -------------------------------------
.github
.storybook
.vscode
Expand All @@ -34,15 +30,13 @@ tsconfig.json
webpack.config.js

# Testing
# -------------------------------------
__mocks__
test
jest.config.js
src/**/*.spec.js
src/**/*.spec.js.snap

# Documentation
# -------------------------------------
docs
guides
documentation.yml
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@crystal-ball/prettier-base": "2.3.0",
"@crystal-ball/semantic-release-base": "2.20.0",
"@types/jest": "26.0.13",
"eslint-config-eloquence": "14.11.1",
"eslint-config-eloquence": "15.1.0",
"husky": "4.3.0",
"jest": "26.4.2"
},
Expand Down