UNPKG
@airbnb/nimbus
Version:
latest (3.1.4)
next (2.0.0-alpha.4)
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
Centralized CLI for JavaScript and TypeScript dev tools.
github.com/airbnb/nimbus
airbnb/nimbus
@airbnb/nimbus
/
lib
/
configs
/
prettier.js
8 lines
(7 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
config_prettier_1 =
require
(
"@airbnb/config-prettier"
);
exports
.
default
= { ...config_prettier_1.
getConfig
(),
ignore
: config_prettier_1.
getIgnoreList
(), };