Skip to content

Commit

Permalink
chore: update pob root
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and christophehurpeau committed Jun 8, 2024
1 parent fc01f4d commit bc1b86d
Show file tree
Hide file tree
Showing 27 changed files with 31 additions and 27 deletions.
2 changes: 1 addition & 1 deletion packages/nightingale-ansi-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-app-console/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-app-react-native/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-browser-console/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-console-example/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-console-output/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-console/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-debug/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-example/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-html-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-json-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
6 changes: 5 additions & 1 deletion packages/nightingale-level-names/lib/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.{cjs,js}", "__tests__/**/*.{cjs,js}"],
"files": [
"**/*.test.{cjs,js}",
"__tests__/**/*.{cjs,js}",
"**/__mocks__/**/*.{cjs,js}"
],
"env": {
"jest": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-levels/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-logger/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-markdown-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-raw-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-sentry/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-slack/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-string/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-types/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-unit-testing/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-web-processor/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-winston-adapter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down

0 comments on commit bc1b86d

Please sign in to comment.