@jeromefitz/scripts 5.0.0-canary.3 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeromefitz/scripts",
3
- "version": "5.0.0-canary.3",
3
+ "version": "5.0.4",
4
4
  "description": "Scripts",
5
5
  "author": {
6
6
  "name": "Jerome Fitzgerald",
@@ -24,14 +24,14 @@
24
24
  "exports": "./dist/index.js",
25
25
  "scripts": {
26
26
  "build": "tsc --build src",
27
- "lint-eslint": "eslint . --ext js,jsx,ts,tsx --max-warnings=0",
28
- "lint-fix": "yarn prettier-fix && eslint . --ext js,jsx,ts,tsx --fix --max-warnings=0",
27
+ "lint-eslint": "eslint . --ext cjs,js,jsx,mjs,ts,tsx --max-warnings=0",
28
+ "lint-fix": "yarn prettier-fix && eslint . --ext cjs,js,jsx,mjs,ts,tsx --fix --max-warnings=0",
29
29
  "lint-typescript": "yarn typescript",
30
30
  "lint": "yarn lint-typescript && yarn prettier-check && yarn lint-eslint",
31
31
  "tsc:watch": "tsc -w --preserveWatchOutput",
32
32
  "prepublish": "yarn build",
33
- "prettier-check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,mdx,css,html,yml,yaml,scss}\"",
34
- "prettier-fix": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx,css,html,yml,yaml,scss}\"",
33
+ "prettier-check": "prettier --check \"**/*.{cjs,js,jsx,mjs,ts,tsx,json,md,mdx,css,html,yml,yaml,scss}\"",
34
+ "prettier-fix": "prettier --write \"**/*.{cjs,js,jsx,mjs,ts,tsx,json,md,mdx,css,html,yml,yaml,scss}\"",
35
35
  "pretty-quick": "pretty-quick",
36
36
  "semantic-release": "echo semantic-release",
37
37
  "test": "echo skip @jeromefitz/scripts test",