UNPKG

@alza54/stylelint-config-nuxt

Version:

Strict shareable config for stylelint and Nuxt.js that I use for my projects

14 lines (11 loc) 337 B
const base = require('../../jest.config.base.js'); const pack = require('./package'); const shortName = pack.name.split('/')[1]; module.exports = { ...base, 'preset': 'jest-preset-stylelint', 'displayName': pack.name, 'name': shortName, 'rootDir': '../..', 'testMatch': [`<rootDir>/packages/${shortName}/**/*.spec.js`], };