Skip to content

Commit

Permalink
feat(plugins): add @jnxplus/nx-ktlint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Oct 13, 2023
1 parent 2bc6fe8 commit b79f39f
Show file tree
Hide file tree
Showing 18 changed files with 2,823 additions and 210 deletions.
28 changes: 28 additions & 0 deletions .verdaccio/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# path to a directory with all packages
storage: ../tmp/local-registry/storage

# a list of other known repositories we can talk to
uplinks:
npmjs:
url: https://registry.npmjs.org/
maxage: 60m

packages:
'**':
# give all users (including non-authenticated users) full access
# because it is a local registry
access: $all
publish: $all
unpublish: $all

# if package is not available locally, proxy requests to npm registry
proxy: npmjs

# log settings
logs:
type: stdout
format: pretty
level: warn

publish:
allow_offline: true # set offline to true to allow publish offline
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { getJestProjects } = require('@nx/jest');
import { getJestProjects } from '@nx/jest';

export default {
projects: getJestProjects(),
Expand Down
Loading

0 comments on commit b79f39f

Please sign in to comment.