pulsar/spec/.eslintrc.js
Andrew Dupont 033f5c6498 Update grammar-registry and grammar-selector…
…to prefer new-tree-sitter grammars when the experimental setting is opted into,
and ignore them when it isn't.
2023-03-30 12:14:58 -07:00

10 lines
197 B
JavaScript

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