UNPKG

eslint-plugin-react-pug

Version:

Add supporting of pugjs with react

10 lines (8 loc) 144 B
const lexer = require('pug-lexer') module.exports = (template) => { try { return lexer(template) } catch (error) { return [] } }