Changeset View
Changeset View
Standalone View
Standalone View
.arclint
{ | { | ||||
"linters": { | "linters": { | ||||
"pylint": { | "pylint": { | ||||
"type": "pylint", | "type": "pylint", | ||||
"pylint.config": ".pylintrc", | "pylint.config": ".pylintrc", | ||||
"include": "(\\.py$)" | "include": "(\\.py$)" | ||||
}, | }, | ||||
"isort": { | |||||
"type": "isort", | |||||
"include": "(\\.py$)", | |||||
"exclude": "(examples/docs_snippets/docs_snippets/intro_tutorial/)" | |||||
}, | |||||
"eslint": { | "eslint": { | ||||
"type": "eslint", | "type": "eslint", | ||||
"include": "(js_modules/dagit/.*\\.(ts|tsx)$)", | "include": "(js_modules/dagit/.*\\.(ts|tsx)$)", | ||||
"flags": ["--resolve-plugins-relative-to", "./js_modules/dagit"], | "flags": ["--resolve-plugins-relative-to", "./js_modules/dagit"], | ||||
"bin": "./js_modules/dagit/node_modules/.bin/eslint", | "bin": "./js_modules/dagit/node_modules/.bin/eslint", | ||||
"eslint.config": "./js_modules/dagit/.eslintrc.js" | "eslint.config": "./js_modules/dagit/.eslintrc.js" | ||||
}, | }, | ||||
"yaml": { | "yaml": { | ||||
Show All 11 Lines |