## Current Behavior <!-- This is the behavior we have today --> Nothing there. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Adds a new [/java](https://nx-dev-git-nxdev-gradle-landing-page-nrwl.vercel.app/java) landing page ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # --------- Co-authored-by: Mike Hartington <mikehartington@gmail.com> Co-authored-by: Mike Hartington <mhartington@users.noreply.github.com>
19 lines
326 B
JSON
19 lines
326 B
JSON
{
|
|
"extends": ["plugin:@nx/react", "../../.eslintrc.json"],
|
|
"ignorePatterns": ["!**/*"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
|
|
"rules": {}
|
|
},
|
|
{
|
|
"files": ["*.ts", "*.tsx"],
|
|
"rules": {}
|
|
},
|
|
{
|
|
"files": ["*.js", "*.jsx"],
|
|
"rules": {}
|
|
}
|
|
]
|
|
}
|