urbit/.eslintrc.js

4 lines
49 B
JavaScript
Raw Normal View History

module.exports = {
ignorePatterns: ["**/*"]
};