Procházet zdrojové kódy

Ignore linting on the nbconvert raw.js source file.

Our linting is set up to assume every package is TypeScript, but there is no need for nbconvert-css to be typescript - the js file is simply standing in for a css file. Ignoring it avoids the lint errors stemming from this not being a typescript package.
Jason Grout před 4 roky
rodič
revize
65eb3409ec
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 0
      .eslintignore
  2. 0 1
      packages/nbconvert-css/package.json

+ 1 - 0
.eslintignore

@@ -21,6 +21,7 @@ examples/chrome-example-test.js
 jupyterlab/chrome-test.js
 jupyterlab/geckodriver
 packages/extensionmanager-extension/examples/listings
+packages/nbconvert-css/raw.js
 packages/ui-components/src/icon/iconimports.ts
 packages/ui-components/storybook-static
 jupyterlab/staging/yarn.js

+ 0 - 1
packages/nbconvert-css/package.json

@@ -48,7 +48,6 @@
     "mini-css-extract-plugin": "~1.3.2",
     "null-loader": "^4.0.0",
     "rimraf": "~3.0.0",
-    "typescript": "~4.0.2",
     "url-loader": "~4.1.0",
     "webpack": "^5.3.1",
     "webpack-cli": "^4.1.0"