dsi-icl/optimise

View on GitHub
nx.json

Summary

Maintainability
Test Coverage
{
    "pluginsConfig": {
        "@nrwl/js": {
            "analyzeSourceFiles": false
        }
    },
    "tasksRunnerOptions": {
        "default": {
            "options": {
                "skipNxCache": true
            }
        }
    },
    "extends": "nx/presets/npm.json",
    "generators": {
        "@nrwl/react": {
            "application": {
                "style": "css",
                "linter": "eslint",
                "babel": true
            },
            "component": {
                "style": "css"
            },
            "library": {
                "style": "css",
                "linter": "eslint"
            }
        }
    },
    "targetDefaults": {
        "test": {
            "inputs": [
                "default",
                "^default",
                "{workspaceRoot}/jest.preset.js"
            ],
            "cache": true
        },
        "lint": {
            "inputs": [
                "default",
                "{workspaceRoot}/.eslintrc.json"
            ],
            "cache": true
        },
        "build": {
            "cache": true
        },
        "package": {
            "cache": true
        },
        "prepare": {
            "cache": true
        }
    },
    "defaultProject": "optimise-core",
    "$schema": "./node_modules/nx/schemas/nx-schema.json",
    "useInferencePlugins": false,
    "defaultBase": "master"
}