source:
frontend/node_modules/eslint/lib/linter/index.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 250 bytes | |
| Line | |
|---|---|
| 1 | "use strict"; |
| 2 | |
| 3 | const { Linter } = require("./linter"); |
| 4 | const interpolate = require("./interpolate"); |
| 5 | const SourceCodeFixer = require("./source-code-fixer"); |
| 6 | |
| 7 | module.exports = { |
| 8 | Linter, |
| 9 | |
| 10 | // For testers. |
| 11 | SourceCodeFixer, |
| 12 | interpolate |
| 13 | }; |
Note:
See TracBrowser
for help on using the repository browser.
