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.