mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
62e14f9baa
Watch these tests fail less and less over the next few days as I add more grammars!
9 lines
156 B
JavaScript
9 lines
156 B
JavaScript
module.exports = {
|
|
env: { jasmine: true },
|
|
rules: {
|
|
"node/no-unpublished-require": "off",
|
|
"no-unused-vars": "off",
|
|
"no-empty": "off"
|
|
}
|
|
};
|