mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-26 13:01:43 -04:00
5 lines
114 B
JavaScript
5 lines
114 B
JavaScript
var Linter = require('standard-engine').linter
|
|
var opts = require('./options')
|
|
|
|
module.exports = new Linter(opts)
|