source: frontend/node_modules/eslint/lib/linter/index.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 250 bytes
Line 
1"use strict";
2
3const { Linter } = require("./linter");
4const interpolate = require("./interpolate");
5const SourceCodeFixer = require("./source-code-fixer");
6
7module.exports = {
8 Linter,
9
10 // For testers.
11 SourceCodeFixer,
12 interpolate
13};
Note: See TracBrowser for help on using the repository browser.