pulsar/spec/.eslintrc.js
Andrew Dupont 62e14f9baa Add wasm-tree-sitter-language-mode-spec.js
Watch these tests fail less and less over the next few days as I add more grammars!
2023-03-20 10:50:36 -07:00

9 lines
156 B
JavaScript

module.exports = {
env: { jasmine: true },
rules: {
"node/no-unpublished-require": "off",
"no-unused-vars": "off",
"no-empty": "off"
}
};