pulsar/packages/grammar-selector/spec/.eslintrc.js
Andrew Dupont 76ac2cf81c Make useExperimentalModernTreeSitter the default…
…and create `useLegacyTreeSitter` for those who want to opt into the previous default behavior.

(Legacy Tree-sitter grammars will soon be removed, but this is a step toward that future!)
2024-01-07 15:35:07 -08:00

9 lines
156 B
JavaScript

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