Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
epidemian
GitHub Repository: epidemian/eslint-plugin-import
Path: blob/main/tests/src/core/eslintParser.js
829 views
1
module.exports = {
2
parseForESLint() {
3
return {
4
ast: {},
5
};
6
},
7
};
8
9