UNPKG
@resolid/config
Version:
latest (5.3.26)
5.3.26
5.3.25
5.3.24
5.3.23
5.3.22
5.3.21
5.3.20
5.3.18
5.3.17
5.3.16
5.3.15
5.3.14
5.3.13
5.3.12
5.3.11
5.3.10
5.3.9
5.3.8
5.3.7
5.3.6
5.3.5
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.1
5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
4.0.1
4.0.0
3.10.4
3.10.3
3.10.2
3.10.1
3.10.0
3.9.2
3.9.1
3.9.0
3.8.0
3.7.3
3.7.2
3.7.1
3.7.0
3.6.3
3.6.2
3.6.1
3.6.0
3.5.0
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.5
1.0.3
1.0.2
1.0.1
Eslint and Prettier config
www.resolid.tech
huijiewei/resolid-config
@resolid/config
/
src
/
prettier.js
7 lines
(5 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** @type {import('prettier').Config} */
const
config = { plugins: [
"prettier-plugin-organize-imports"
], };
export
default
config;