This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
acrossdownjs/.eslintrc.js

5 lines
74 B
JavaScript
Raw Permalink Normal View History

2020-08-03 18:34:03 +00:00
module.exports = {
extends: ["@tophat"],
parser: "babel-eslint"
}