|
26 | 26 | "build-translations": "i18next", |
27 | 27 | "copy-translations": "echo '\u001b[34mℹ\u001b[0m Copying translation files to \u001b[34mlib/typescript/i18n\u001b[0m' && cp -R -f ./src/i18n ./lib/typescript/i18n && echo '\u001b[32m✓\u001b[0m Done Copying Translations'", |
28 | 28 | "eslint": "node --version && eslint --version && prettier --version && eslint 'src/**/*.{js,md,ts,jsx,tsx}' --max-warnings 0", |
29 | | - "lint": "prettier --ignore-path ../.prettierignore --list-different 'src/**/*.{js,ts,tsx,md,json}' eslint.config.mjs ../.prettierrc babel.config.js --loglevel=debug", |
| 29 | + "lint": "prettier --ignore-path ../.prettierignore --list-different 'src/**/*.{js,ts,tsx,md,json}' eslint.config.mjs ../.prettierrc babel.config.js --log-level=debug", |
30 | 30 | "lint-fix": "prettier --ignore-path ../.prettierignore --write 'src/**/*.{js,ts,tsx,md,json}' eslint.config.mjs ../.prettierrc babel.config.js && eslint --fix 'src/**/*.{js,ts,tsx,md}' --max-warnings 0", |
31 | 31 | "prepare": "yarn run build", |
32 | 32 | "prepare-distribution": "cd examples/SampleApp && npm version patch && react-native-version && git add ./ && git commit -m 'Bump build version' --no-verify", |
|
127 | 127 | "babel-plugin-module-resolver": "4.1.0", |
128 | 128 | "better-sqlite3": "11.8.1", |
129 | 129 | "eslint": "^9.20.1", |
130 | | - "eslint-config-prettier": "8.3.0", |
| 130 | + "eslint-config-prettier": "10.0.1", |
131 | 131 | "eslint-plugin-import": "^2.31.0", |
132 | 132 | "eslint-plugin-jest": "^28.11.0", |
133 | 133 | "eslint-plugin-markdown": "5.1.0", |
|
0 commit comments