0.0.95 • Published 3 years ago
@planjs/fabric v0.0.95
fabric
prettier
,eslint
,stylelint
commonly used configuration files.
Usage
in .eslintrc.js
module.exports = {
extends: [require.resolve('@planjs/fabric/dist/eslint')],
globals: {
App: 'readonly',
Page: 'readonly',
Component: 'readonly',
},
rules: {
// your rules
},
};
in .stylelintrc.js
module.exports = {
extends: [require.resolve('@planjs/fabric/dist/stylelint')],
rules: {
// your rules
},
};
in .prettierrc.js
const { prettier } = require('@planjs/fabric');
module.exports = prettier;
0.0.95
3 years ago
0.0.94
3 years ago
0.0.93
3 years ago
0.0.91-alpha.0
3 years ago
0.0.91
3 years ago
0.0.92
3 years ago
0.0.86
4 years ago
0.0.87
4 years ago
0.0.88
4 years ago
0.0.89
4 years ago
0.0.90
4 years ago
0.0.84
4 years ago
0.0.85
4 years ago
0.0.82
4 years ago
0.0.83
4 years ago
0.0.81
4 years ago
0.0.78
4 years ago
0.0.79
4 years ago
0.0.80
4 years ago
0.0.77
4 years ago
0.0.74
4 years ago
0.0.75
4 years ago
0.0.76
4 years ago
0.0.73
4 years ago
0.0.72
4 years ago
0.0.71
5 years ago
0.0.7
5 years ago
0.0.6-g
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago